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

Unified Diff: ash/common/ash_switches.cc

Issue 2692663002: Gut ash::MaterialDesignController, and remove the about:flags entry. (Closed)
Patch Set: yet another rebase Created 3 years, 10 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/material_design/material_design_controller.h » ('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 37ac6b3afa44da2176fd8da3334a9df195a0feb5..877bc571a5775a00e9cbe4ea207df02d5ec8ad24 100644
--- a/ash/common/ash_switches.cc
+++ b/ash/common/ash_switches.cc
@@ -73,13 +73,6 @@ const char kAshForceEnablePalette[] = "ash-force-enable-palette";
const char kAshHideNotificationsForFactory[] =
"ash-hide-notifications-for-factory";
-// Specifies if Material Design elements in Chrome OS system UI are enabled.
-// Can be disabled / enabled / experimental allowing to launch incrementally.
-const char kAshMaterialDesign[] = "ash-md";
-const char kAshMaterialDesignDisabled[] = "disabled";
-const char kAshMaterialDesignEnabled[] = "enabled";
-const char kAshMaterialDesignExperimental[] = "experimental";
-
// 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/material_design/material_design_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698