| Index: chrome/browser/devtools/devtools_window.h
|
| diff --git a/chrome/browser/devtools/devtools_window.h b/chrome/browser/devtools/devtools_window.h
|
| index 9e8ca3e07030364bc9899f61efe780e52a5035bb..ca3e0ef4e4253b3b31f91bf32069066ead70c58c 100644
|
| --- a/chrome/browser/devtools/devtools_window.h
|
| +++ b/chrome/browser/devtools/devtools_window.h
|
| @@ -246,7 +246,8 @@ class DevToolsWindow : public DevToolsUIBindings::Delegate,
|
| kFrontendNode
|
| };
|
|
|
| - DevToolsWindow(Profile* profile,
|
| + DevToolsWindow(FrontendType frontend_type,
|
| + Profile* profile,
|
| content::WebContents* main_web_contents,
|
| DevToolsUIBindings* bindings,
|
| content::WebContents* inspected_web_contents,
|
| @@ -347,6 +348,7 @@ class DevToolsWindow : public DevToolsUIBindings::Delegate,
|
|
|
| std::unique_ptr<ObserverWithAccessor> inspected_contents_observer_;
|
|
|
| + FrontendType frontend_type_;
|
| Profile* profile_;
|
| content::WebContents* main_web_contents_;
|
| content::WebContents* toolbox_web_contents_;
|
|
|