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

Unified Diff: chrome/browser/about_flags.cc

Issue 47923018: Move FeatureSwitch to top-level extensions/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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
« no previous file with comments | « no previous file | chrome/browser/download/download_browsertest.cc » ('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 4df64882ee9332c54afbea3446fa6881f4617e3b..0d7f900d85b6cb09a79b205395b5a98fa8eb3e29 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -639,15 +639,16 @@ const Experiment kExperiments[] = {
IDS_FLAGS_SCRIPT_BADGES_NAME,
IDS_FLAGS_SCRIPT_BADGES_DESCRIPTION,
kOsDesktop,
- SINGLE_VALUE_TYPE(switches::kScriptBadges)
+ SINGLE_VALUE_TYPE(extensions::switches::kScriptBadges)
},
{
"script-bubble",
IDS_FLAGS_SCRIPT_BUBBLE_NAME,
IDS_FLAGS_SCRIPT_BUBBLE_DESCRIPTION,
kOsDesktop,
- ENABLE_DISABLE_VALUE_TYPE_AND_VALUE(switches::kScriptBubble, "1",
- switches::kScriptBubble, "0")
+ ENABLE_DISABLE_VALUE_TYPE_AND_VALUE(
+ extensions::switches::kScriptBubble, "1",
+ extensions::switches::kScriptBubble, "0")
},
{
"apps-new-install-bubble",
« no previous file with comments | « no previous file | chrome/browser/download/download_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698