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

Unified Diff: chrome/browser/about_flags.cc

Issue 12304021: Allow chrome.debugger API to attach to extension background pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a flag Created 7 years, 10 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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index a63721a4fafe6a07836f0d3a7e169349fe32be66..e7a496624b6f04341f0f372ffdfd8c91cb4d71d1 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -789,6 +789,13 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kEnableDevToolsExperiments)
},
{
+ "enable-silent-debugging",
pfeldman 2013/02/26 11:33:12 enable-silent-chrome.debugger-extension-api-use
Vladislav Kaznacheev 2013/02/26 11:43:22 Renamed to "silent-debugger-extension-api" On 201
+ IDS_FLAGS_ENABLE_SILENT_DEBUGGING_NAME,
+ IDS_FLAGS_ENABLE_SILENT_DEBUGGING_DESCRIPTION,
+ kOsDesktop,
+ SINGLE_VALUE_TYPE(switches::kEnableSilentDebugging)
+ },
+ {
"enable-suggestions-ntp",
IDS_FLAGS_NTP_SUGGESTIONS_PAGE_NAME,
IDS_FLAGS_NTP_SUGGESTIONS_PAGE_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698