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"; |