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

Unified Diff: content/shell/browser/layout_test/layout_test_devtools_frontend.h

Issue 2177983004: [DevTools] Do not use "settings" query param. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 years, 5 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
Index: content/shell/browser/layout_test/layout_test_devtools_frontend.h
diff --git a/content/shell/browser/layout_test/layout_test_devtools_frontend.h b/content/shell/browser/layout_test/layout_test_devtools_frontend.h
index ec6dd37e0d28fcd8aa9b6178ef5bcd5c49658d95..54b1386f342cc497baaeda335a54bff8e739eb97 100644
--- a/content/shell/browser/layout_test/layout_test_devtools_frontend.h
+++ b/content/shell/browser/layout_test/layout_test_devtools_frontend.h
@@ -21,8 +21,7 @@ class LayoutTestDevToolsFrontend : public ShellDevToolsFrontend {
const std::string& settings,
const std::string& frontend_url);
- static GURL GetDevToolsPathAsURL(const std::string& settings,
- const std::string& frontend_url);
+ static GURL GetDevToolsPathAsURL(const std::string& frontend_url);
void ReuseFrontend(const std::string& settings,
const std::string frontend_url);

Powered by Google App Engine
This is Rietveld 408576698