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

Unified Diff: chrome/common/chrome_switches.cc

Issue 189233008: DevTools: remove the --remote-debugging-frontend flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comment addressed. Created 6 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 5ea39813095f95a4790f06eac858391eeda3ba7d..5db3cfcd0710ae62f2aa43145938ebab6c5ad629 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1230,9 +1230,6 @@ const char kQuicVersion[] = "quic-version";
// See also kPlaybackMode.
const char kRecordMode[] = "record-mode";
-// Uses custom front-end URL for the remote debugging.
-const char kRemoteDebuggingFrontend[] = "remote-debugging-frontend";
-
// Enables print preview in the renderer. This flag is generated internally by
// Chrome and does nothing when directly passed to the browser.
const char kRendererPrintPreview[] = "renderer-print-preview";

Powered by Google App Engine
This is Rietveld 408576698