Add 2 spaces before comment
This commit is contained in:
parent
ee09c7534a
commit
85517a1eea
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
||||||
public content::WebContentsObserver {
|
public content::WebContentsObserver {
|
||||||
public:
|
public:
|
||||||
enum Type {
|
enum Type {
|
||||||
BACKGROUND_PAGE, // A DevTools extension background page.
|
BACKGROUND_PAGE, // A DevTools extension background page.
|
||||||
BROWSER_WINDOW, // Used by BrowserWindow.
|
BROWSER_WINDOW, // Used by BrowserWindow.
|
||||||
REMOTE, // Thin wrap around an existing WebContents.
|
REMOTE, // Thin wrap around an existing WebContents.
|
||||||
WEB_VIEW, // Used by <webview>.
|
WEB_VIEW, // Used by <webview>.
|
||||||
|
|
Loading…
Reference in a new issue