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

Unified Diff: ash/common/ash_switches.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
« no previous file with comments | « ash/common/ash_switches.h ('k') | ash/common/frame/header_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/ash_switches.cc
diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc
index adeee96e3ef3305022e65cd022f3c37f235839e4..a21f0e94f5df724e60a97a24302462e9b9b4d1e4 100644
--- a/ash/common/ash_switches.cc
+++ b/ash/common/ash_switches.cc
@@ -73,13 +73,6 @@ const char kAshEnableTouchView[] = "enable-touchview";
// Enables mirrored screen.
const char kAshEnableMirroredScreen[] = "ash-enable-mirrored-screen";
-// Enables / disables a stable order between overview sessions, independent of
-// the MRU order which attempts to preserve relative window positions.
-const char kAshDisableStableOverviewOrder[] =
- "ash-disable-stable-overview-order";
-const char kAshEnableStableOverviewOrder[] = "ash-enable-stable-overview-order";
-
-
// Enables touch view testing.
// TODO(skuhne): Remove DEBUG_TOGGLE_TOUCH_VIEW accelerator once this flag is
// removed.
@@ -97,16 +90,6 @@ const char kAshMaterialDesignDisabled[] = "disabled";
const char kAshMaterialDesignEnabled[] = "enabled";
const char kAshMaterialDesignExperimental[] = "experimental";
-// Specifies a maximum number of preview windows in overview mode that still
-// allows using mask layers to hide the original window header and use rounded
-// corners.
-const char kAshMaxWindowsToUseMaskInOverview[] = "ash-max-previews-to-use-mask";
-
-// Specifies a maximum number of preview windows in overview mode that still
-// allows using alpha shapes to hide the original window header.
-const char kAshMaxWindowsToUseShapeInOverview[] =
- "ash-max-previews-to-use-shape";
-
// Enables the heads-up display for tracking touch points.
const char kAshTouchHud[] = "ash-touch-hud";
« no previous file with comments | « ash/common/ash_switches.h ('k') | ash/common/frame/header_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698