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

Unified Diff: chrome/browser/about_flags.cc

Issue 6245012: Removes different instant behaviors that are no longer used. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update tests Created 9 years, 11 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/autocomplete/autocomplete_edit_view_gtk.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 3f769e7f846a097017b0ef6a2c430d8288d10ccc..83c9ee41d00e1074e2111d20692a6c92ea2b8836 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -38,15 +38,6 @@ const char kMediaPlayerExperimentName[] = "media-player";
const char kAdvancedFileSystemExperimentName[] = "advanced-file-system";
const char kVerticalTabsExperimentName[] = "vertical-tabs";
-// If adding a new choice, add it to the end of the list.
-const Experiment::Choice kInstantChoices[] = {
- { IDS_FLAGS_INSTANT_TYPE_VERBATIM, switches::kEnableVerbatimInstant },
- { IDS_FLAGS_INSTANT_TYPE_PREDICTIVE, switches::kEnablePredictiveInstant },
- { IDS_FLAGS_INSTANT_TYPE_PREDICTIVE_NO_AUTO_COMPLETE,
- switches::kEnablePredictiveNoAutoCompleteInstant
- },
-};
-
// RECORDING USER METRICS FOR FLAGS:
// -----------------------------------------------------------------------------
// The first line of the experiment is the internal name. If you'd like to
@@ -251,13 +242,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kExperimentalLocationFeatures)
},
{
- "instant-type", // FLAGS:RECORD_UMA
- IDS_FLAGS_INSTANT_TYPE_NAME,
- IDS_FLAGS_INSTANT_TYPE_DESCRIPTION,
- kOsWin,
- MULTI_VALUE_TYPE(kInstantChoices)
- },
- {
"instant-autocomplete-immediately", // FLAGS:RECORD_UMA
IDS_FLAGS_INSTANT_AUTOCOMPLETE_IMMEDIATELY_NAME,
IDS_FLAGS_INSTANT_AUTOCOMPLETE_IMMEDIATELY_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698