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

Unified Diff: chrome/browser/about_flags.cc

Issue 73613002: InstantExtended: remove old flags, add new flag for query extraction. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo Created 7 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/autocomplete/search_provider_unittest.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 c89bb6d6678fdf2bcc92e977bf187162023a5a19..8192bd90b22fe0a7a70afe68ab0562bbf057b5ad 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -664,14 +664,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kEnableTabGroupsContextMenu)
},
{
- "enable-instant-extended-api",
- IDS_FLAGS_ENABLE_INSTANT_EXTENDED_API,
- IDS_FLAGS_ENABLE_INSTANT_EXTENDED_API_DESCRIPTION,
- kOsMac | kOsWin | kOsCrOS,
- ENABLE_DISABLE_VALUE_TYPE(switches::kEnableInstantExtendedAPI,
- switches::kDisableInstantExtendedAPI)
- },
- {
"enable-local-first-load-ntp",
IDS_FLAGS_ENABLE_LOCAL_FIRST_LOAD_NTP,
IDS_FLAGS_ENABLE_LOCAL_FIRST_LOAD_NTP_DESCRIPTION,
« no previous file with comments | « no previous file | chrome/browser/autocomplete/search_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698