| Index: chrome/browser/devtools/devtools_window.h
|
| diff --git a/chrome/browser/devtools/devtools_window.h b/chrome/browser/devtools/devtools_window.h
|
| index 8058d9c827f83192d59a15cb1e69dedbab255507..2a9fb6bd0e893806b4574f6a5223966362fd2b32 100644
|
| --- a/chrome/browser/devtools/devtools_window.h
|
| +++ b/chrome/browser/devtools/devtools_window.h
|
| @@ -247,8 +247,7 @@ class DevToolsWindow : public DevToolsUIBindings::Delegate,
|
| kFrontendNode
|
| };
|
|
|
| - DevToolsWindow(FrontendType frontend_type,
|
| - Profile* profile,
|
| + DevToolsWindow(Profile* profile,
|
| content::WebContents* main_web_contents,
|
| DevToolsUIBindings* bindings,
|
| content::WebContents* inspected_web_contents,
|
| @@ -352,7 +351,6 @@ 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_;
|
|
|