Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 402be6321938afe410d03ebdca75f935146caa1a..e2593e447eec6f0400e889b3061916b3650d8d5f 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1136,6 +1136,10 @@ const char kRecordMode[] = "record-mode"; |
// Uses custom front-end URL for the remote debugging. |
const char kRemoteDebuggingFrontend[] = "remote-debugging-frontend"; |
+// Does not show an infobar when an extension attaches to a page using |
+// chrome.debugger page. Required to attach to extension background pages. |
+const char kSilentDebuggerExtensionAPI[] = "silent-debugger-extension-api"; |
+ |
// 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"; |