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

Unified Diff: chrome/browser/about_flags.cc

Issue 197333008: move rAc from behind flags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 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 4790013897bb4d04d35756d7fda10f3ece91316f..cd92ebc67cc0fe1a7348a91e48ada3854fd62e0d 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1174,15 +1174,6 @@ const Experiment kExperiments[] = {
autofill::switches::kWalletServiceUseSandbox, "1",
autofill::switches::kWalletServiceUseSandbox, "0")
},
- {
- "enable-interactive-autocomplete",
- IDS_FLAGS_ENABLE_INTERACTIVE_AUTOCOMPLETE_NAME,
- IDS_FLAGS_ENABLE_INTERACTIVE_AUTOCOMPLETE_DESCRIPTION,
- kOsWin | kOsCrOS | kOsAndroid | kOsMac,
- ENABLE_DISABLE_VALUE_TYPE(
- autofill::switches::kEnableInteractiveAutocomplete,
- autofill::switches::kDisableInteractiveAutocomplete)
- },
#if defined(USE_AURA)
{
"overscroll-history-navigation",
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/renderer/chrome_render_process_observer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698