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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2458033003: DevTools: introduce --custom-devtools-frontend flag. (Closed)
Patch Set: rename flag Created 4 years, 1 month 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 35cb84132de1cc62bf91b21814252f9bcb89d284..8032f549b98c54d3dfc40143e2adc8f7b3e853a2 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -145,6 +145,10 @@ const char kCrashOnHangThreads[] = "crash-on-hang-threads";
const char kCreateBrowserOnStartupForTests[] =
"create-browser-on-startup-for-tests";
+// Specifies the HTTP endpoint which will be used to serve
+// chrome-devtools://devtools/custom/inspector.html.
dgozman 2016/10/31 23:11:32 chrome-devtools://devtools/custom/<path>
lushnikov 2016/11/01 00:19:40 Done.
+const char kCustomDevtoolsFrontend[] = "custom-devtools-frontend";
+
// Enables a frame context menu item that toggles the frame in and out of glass
// mode (Windows Vista and up only).
const char kDebugEnableFrameToggle[] = "debug-enable-frame-toggle";
@@ -831,6 +835,7 @@ const char kQuicMaxPacketLength[] = "quic-max-packet-length";
// Specifies the version of QUIC to use.
const char kQuicVersion[] = "quic-version";
+
dgozman 2016/10/31 23:11:32 revert
lushnikov 2016/11/01 00:19:40 Done.
// Porvides a list of addresses to discover DevTools remote debugging targets.
// The format is <host>:<port>,...,<host>:port.
const char kRemoteDebuggingTargets[] = "remote-debugging-targets";

Powered by Google App Engine
This is Rietveld 408576698