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

Unified Diff: chrome/browser/about_flags.cc

Issue 1236533004: cc: Change max_tiles_for_interest_rect to be screen pixels padding. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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/chromeos/login/chrome_restart_request.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 f141c3cd02773b0a75ce8e7d3bda60ae6579d935..8bf523ed4aa7266f5ab7ad0548f8d3f6e5bafc16 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -234,18 +234,6 @@ const Experiment::Choice kDataReductionProxyLoFiChoices[] = {
data_reduction_proxy::switches::kDataReductionProxyLoFiValueDisabled}
};
-const Experiment::Choice kMaxTilesForInterestAreaChoices[] = {
- { IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", "" },
- { IDS_FLAGS_MAX_TILES_FOR_INTEREST_AREA_SHORT,
- cc::switches::kMaxTilesForInterestArea, "64"},
- { IDS_FLAGS_MAX_TILES_FOR_INTEREST_AREA_TALL,
- cc::switches::kMaxTilesForInterestArea, "128"},
- { IDS_FLAGS_MAX_TILES_FOR_INTEREST_AREA_GRANDE,
- cc::switches::kMaxTilesForInterestArea, "256"},
- { IDS_FLAGS_MAX_TILES_FOR_INTEREST_AREA_VENTI,
- cc::switches::kMaxTilesForInterestArea, "512"}
-};
-
const Experiment::Choice kShowSavedCopyChoices[] = {
{ IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", "" },
{ IDS_FLAGS_ENABLE_SHOW_SAVED_COPY_PRIMARY,
@@ -1207,11 +1195,6 @@ const Experiment kExperiments[] = {
ENABLE_DISABLE_VALUE_TYPE(switches::kEnableDelegatedRenderer,
switches::kDisableDelegatedRenderer)},
#endif
- {"max-tiles-for-interest-area",
- IDS_FLAGS_MAX_TILES_FOR_INTEREST_AREA_NAME,
- IDS_FLAGS_MAX_TILES_FOR_INTEREST_AREA_DESCRIPTION,
- kOsAll,
- MULTI_VALUE_TYPE(kMaxTilesForInterestAreaChoices)},
{"enable-offer-store-unmasked-wallet-cards",
IDS_FLAGS_ENABLE_OFFER_STORE_UNMASKED_WALLET_CARDS,
IDS_FLAGS_ENABLE_OFFER_STORE_UNMASKED_WALLET_CARDS_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/login/chrome_restart_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698