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

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

Issue 2607833002: DevTools: move front-end URL handling to DevToolsUIBindingds (Closed)
Patch Set: Created 4 years 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
Index: chrome/browser/devtools/devtools_window.cc
diff --git a/chrome/browser/devtools/devtools_window.cc b/chrome/browser/devtools/devtools_window.cc
index bfbf7347a2167e27f4f04753c1dd5c3f30ef150f..c63a8e802aee4a7becf654a685bd9cda71501a2c 100644
--- a/chrome/browser/devtools/devtools_window.cc
+++ b/chrome/browser/devtools/devtools_window.cc
@@ -926,7 +926,7 @@ GURL DevToolsWindow::GetDevToolsURL(Profile* profile,
url_string += "&can_dock=true";
if (panel.size())
url_string += "&panel=" + panel;
- return DevToolsUI::SanitizeFrontendURL(GURL(url_string));
+ return DevToolsUIBindings::SanitizeFrontendURL(GURL(url_string));
}
// static

Powered by Google App Engine
This is Rietveld 408576698