Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(498)

Unified Diff: chrome/browser/devtools/devtools_window.h

Issue 2927063003: Revert of [DevTools] Show icon in top toolbar when Node target is available (patchset #3 id:40001 o… (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/devtools/devtools_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | chrome/browser/devtools/devtools_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698