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

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

Issue 2932703002: Revert of [DevTools] Show icon in top toolbar when Node target is available (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 ca3e0ef4e4253b3b31f91bf32069066ead70c58c..9e8ca3e07030364bc9899f61efe780e52a5035bb 100644
--- a/chrome/browser/devtools/devtools_window.h
+++ b/chrome/browser/devtools/devtools_window.h
@@ -246,8 +246,7 @@
kFrontendNode
};
- DevToolsWindow(FrontendType frontend_type,
- Profile* profile,
+ DevToolsWindow(Profile* profile,
content::WebContents* main_web_contents,
DevToolsUIBindings* bindings,
content::WebContents* inspected_web_contents,
@@ -348,7 +347,6 @@
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