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

Unified Diff: chrome/browser/about_flags.cc

Issue 14048014: Fix SimpleCache field trial creation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remediate Created 7 years, 8 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 fca26dea8ddf7f6427ddc895ec1835a79dacb051..613c012724e4b5ccc7bd23dd67154efa14725f6d 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -214,7 +214,8 @@ const Experiment::Choice kMaxTilesForInterestAreaChoices[] = {
};
const Experiment::Choice kSimpleCacheBackendChoices[] = {
- { IDS_GENERIC_EXPERIMENT_CHOICE_DISABLED, "", "off" },
+ { IDS_GENERIC_EXPERIMENT_CHOICE_DISABLED,
+ switches::kUseSimpleCacheBackend, "off" },
{ IDS_GENERIC_EXPERIMENT_CHOICE_ENABLED,
switches::kUseSimpleCacheBackend, "on"}
};
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_field_trials.cc » ('j') | chrome/browser/chrome_browser_field_trials.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698