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

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

Issue 2757543006: DevTools: remove dead frontend_url param from DevToolsWindow::Create. (Closed)
Patch Set: Created 3 years, 9 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 a70312758988d827a2a26a1b47683627df5420c3..6042d14e97b1b59c3b2890cf93d5a6064559dd14 100644
--- a/chrome/browser/devtools/devtools_window.h
+++ b/chrome/browser/devtools/devtools_window.h
@@ -252,7 +252,6 @@ class DevToolsWindow : public DevToolsUIBindings::Delegate,
bool can_dock);
static DevToolsWindow* Create(Profile* profile,
- const GURL& frontend_url,
content::WebContents* inspected_web_contents,
bool shared_worker_frontend,
bool v8_only_frontend,
@@ -262,7 +261,6 @@ class DevToolsWindow : public DevToolsUIBindings::Delegate,
const std::string& settings,
const std::string& panel);
static GURL GetDevToolsURL(Profile* profile,
- const GURL& base_url,
bool shared_worker_frontend,
bool v8_only_frontend,
bool node_frontend,
« 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