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

Unified Diff: chrome/browser/about_flags.cc

Issue 2401473002: [ash-md] Erases the pre-MD code path for Overview Mode (Closed)
Patch Set: [ash-md] Erases the pre-MD code path for Overview Mode (comments) Created 4 years, 2 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 a543c2e06c1559f81bf7f5c357cdab0d027fd62c..db8333c3357208a5eb4fe7bffd43c45f4d818bab 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -381,34 +381,6 @@ const FeatureEntry::Choice kAshMaterialDesignChoices[] = {
ash::switches::kAshMaterialDesignExperimental},
};
-const FeatureEntry::Choice kAshMaxWindowsToUseMaskInOverviewChoices[] = {
- {IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", ""},
- {IDS_FLAGS_ASH_MAX_PREVIEWS_TO_USE_MASK_UNLIMITED,
- ash::switches::kAshMaxWindowsToUseMaskInOverview, "-1"},
- {IDS_FLAGS_ASH_MAX_PREVIEWS_TO_USE_MASK_ZERO,
- ash::switches::kAshMaxWindowsToUseMaskInOverview, "0"},
- {IDS_FLAGS_ASH_MAX_PREVIEWS_TO_USE_MASK_FIVE,
- ash::switches::kAshMaxWindowsToUseMaskInOverview, "5"},
- {IDS_FLAGS_ASH_MAX_PREVIEWS_TO_USE_MASK_TEN,
- ash::switches::kAshMaxWindowsToUseMaskInOverview, "10"},
- {IDS_FLAGS_ASH_MAX_PREVIEWS_TO_USE_MASK_FIFTEEN,
- ash::switches::kAshMaxWindowsToUseMaskInOverview, "15"},
-};
-
-const FeatureEntry::Choice kAshMaxWindowsToUseShapeInOverviewChoices[] = {
- {IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", ""},
- {IDS_FLAGS_ASH_MAX_PREVIEWS_TO_USE_SHAPE_UNLIMITED,
- ash::switches::kAshMaxWindowsToUseShapeInOverview, "-1"},
- {IDS_FLAGS_ASH_MAX_PREVIEWS_TO_USE_SHAPE_ZERO,
- ash::switches::kAshMaxWindowsToUseShapeInOverview, "0"},
- {IDS_FLAGS_ASH_MAX_PREVIEWS_TO_USE_SHAPE_FIVE,
- ash::switches::kAshMaxWindowsToUseShapeInOverview, "5"},
- {IDS_FLAGS_ASH_MAX_PREVIEWS_TO_USE_SHAPE_TEN,
- ash::switches::kAshMaxWindowsToUseShapeInOverview, "10"},
- {IDS_FLAGS_ASH_MAX_PREVIEWS_TO_USE_SHAPE_FIFTEEN,
- ash::switches::kAshMaxWindowsToUseShapeInOverview, "15"},
-};
-
const FeatureEntry::Choice kAshMaterialDesignInkDropAnimationSpeed[] = {
{IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", ""},
{IDS_FLAGS_MATERIAL_DESIGN_INK_DROP_ANIMATION_FAST,
@@ -1005,25 +977,6 @@ const FeatureEntry kFeatureEntries[] = {
},
{"ash-md", IDS_FLAGS_ASH_MD, IDS_FLAGS_ASH_MD_DESCRIPTION, kOsCrOS,
MULTI_VALUE_TYPE(kAshMaterialDesignChoices)},
- {
- "ash-stable-overview-order", IDS_FLAGS_ASH_STABLE_OVERVIEW_ORDER_NAME,
- IDS_FLAGS_ASH_STABLE_OVERVIEW_ORDER_DESCRIPTION, kOsCrOS,
- ENABLE_DISABLE_VALUE_TYPE(
- ash::switches::kAshEnableStableOverviewOrder,
- ash::switches::kAshDisableStableOverviewOrder),
- },
- {
- "ash-max-previews-to-use-mask",
- IDS_FLAGS_ASH_MAX_PREVIEWS_TO_USE_MASK_NAME,
- IDS_FLAGS_ASH_MAX_PREVIEWS_TO_USE_MASK_DESCRIPTION, kOsCrOS,
- MULTI_VALUE_TYPE(kAshMaxWindowsToUseMaskInOverviewChoices),
- },
- {
- "ash-max-previews-to-use-shape",
- IDS_FLAGS_ASH_MAX_PREVIEWS_TO_USE_SHAPE_NAME,
- IDS_FLAGS_ASH_MAX_PREVIEWS_TO_USE_SHAPE_DESCRIPTION, kOsCrOS,
- MULTI_VALUE_TYPE(kAshMaxWindowsToUseShapeInOverviewChoices),
- },
#endif // USE_ASH
#if defined(OS_CHROMEOS)
{"material-design-ink-drop-animation-speed",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698