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

Unified Diff: chrome/browser/about_flags.cc

Issue 676053002: Update zero suggest flags to match experiments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update histograms file Created 6 years, 2 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/common/chrome_switches.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 dd878a3f2ce127a963d0a2e69c01dcdcf73845a7..d3b5015eabc2db889adcf35cc5abc4742251a50b 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -318,12 +318,8 @@ const Experiment::Choice kZeroSuggestExperimentsChoices[] = {
{ IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", "" },
{ IDS_FLAGS_ZERO_SUGGEST_MOST_VISITED,
switches::kEnableZeroSuggestMostVisited, ""},
- { IDS_FLAGS_ZERO_SUGGEST_ETHER_SERP,
- switches::kEnableZeroSuggestEtherSerp, ""},
- { IDS_FLAGS_ZERO_SUGGEST_ETHER_NO_SERP,
- switches::kEnableZeroSuggestEtherNoSerp, ""},
- { IDS_FLAGS_ZERO_SUGGEST_PERSONALIZED,
- switches::kEnableZeroSuggestPersonalized, ""},
+ { IDS_FLAGS_ZERO_SUGGEST_MOST_VISITED_WITHOUT_SERP,
+ switches::kEnableZeroSuggestMostVisitedWithoutSerp, ""},
{ IDS_GENERIC_EXPERIMENT_CHOICE_DISABLED,
switches::kDisableZeroSuggest, ""}
};
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698