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

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: More descriptive flag name. 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/extensions/api/debugger/debugger_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index a63721a4fafe6a07836f0d3a7e169349fe32be66..b69cc82694d5fdf2a522c7f6cbf6e0404c843975 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)
},
{
+ "silent-debugger-extension-api",
+ IDS_FLAGS_SILENT_DEBUGGER_EXTENSION_API_NAME,
+ IDS_FLAGS_SILENT_DEBUGGER_EXTENSION_API_DESCRIPTION,
+ kOsDesktop,
+ SINGLE_VALUE_TYPE(switches::kSilentDebuggerExtensionAPI)
+ },
+ {
"enable-suggestions-ntp",
IDS_FLAGS_NTP_SUGGESTIONS_PAGE_NAME,
IDS_FLAGS_NTP_SUGGESTIONS_PAGE_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/extensions/api/debugger/debugger_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698