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

Unified Diff: chrome/browser/about_flags.cc

Issue 5023001: Handful of related instant changes: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix linux build Created 10 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/gtk/instant_confirm_dialog_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 366e173ce396597b250610bfe640e6b5d5799012..6c81dc3920f28c5550efaa07b72a9c302c5b6317 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -111,13 +111,6 @@ const Experiment kExperiments[] = {
kOsMac,
switches::kEnablePredictiveInstant
},
- {
- "verbatim-instant", // Do not change; see above.
- IDS_FLAGS_VERBATIM_INSTANT_NAME,
- IDS_FLAGS_VERBATIM_INSTANT_DESCRIPTION,
- kOsMac | kOsLinux | kOsWin,
- switches::kEnableVerbatimInstant
- },
// FIXME(scheib): Add Flags entry for accelerated Compositing,
// or pull it and the strings in generated_resources.grd by Dec 2010
// {
« no previous file with comments | « no previous file | chrome/browser/gtk/instant_confirm_dialog_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698