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

Unified Diff: chrome/browser/about_flags.cc

Issue 24733003: Update defaults for InstantExtended. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unused. 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 | « chrome/app/generated_resources.grd ('k') | 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 c58cd87ec7ddf6c28831a5d184e043771e368ad1..2529b5683f7b71d8fd6e500b73cc1e912fc70505 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -663,29 +663,6 @@ const Experiment kExperiments[] = {
kOsWin,
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)
- },
- {
- "use-cacheable-new-tab-page",
- IDS_FLAGS_ENABLE_INSTANT_EXTENDED_CACHEABLE_NTP,
- IDS_FLAGS_ENABLE_INSTANT_EXTENDED_CACHEABLE_NTP_DESCRIPTION,
- kOsMac | kOsWin | kOsCrOS,
- SINGLE_VALUE_TYPE(switches::kUseCacheableNewTabPage)
- },
- {
- "enable-local-first-load-ntp",
- IDS_FLAGS_ENABLE_LOCAL_FIRST_LOAD_NTP,
- IDS_FLAGS_ENABLE_LOCAL_FIRST_LOAD_NTP_DESCRIPTION,
- kOsMac | kOsWin | kOsCrOS,
- ENABLE_DISABLE_VALUE_TYPE(switches::kEnableLocalFirstLoadNTP,
- switches::kDisableLocalFirstLoadNTP)
- },
#if defined(OS_ANDROID)
{
"enable-new-ntp",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/autocomplete/search_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698