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

Unified Diff: ash/ash_switches.cc

Issue 140323010: Ash:Shelf - Cleanup of Alternate Shelf (part 1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ButtonSize and ButtonSpacing moved to shelf_constants Created 6 years, 11 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: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 87fb8d5739eed0aa0ce7fd0812a801f4c74aaa85..e97233087ba05f7d5b816c827c49a298680684d5 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -182,14 +182,6 @@ const char kAshMultipleSnapWindowWidths[] = "ash-multiple-snap-window-widths";
// Enables the heads-up display for tracking touch points.
const char kAshTouchHud[] = "ash-touch-hud";
-// Use alternate layout of the shelf for testing a new look and feel:
-// Slightly smaller profile, only 2 states for the "bar highlight" on
-// launcher buttons, app list icon with more visible state indication,
-// app list icon repositionable and defaulting as 1st item in shelf,
-// more visible state indication for background on status area.
-// crbug's [244983, 244990, 244994, 245005, 245012]
-const char kAshUseAlternateShelfLayout[] = "ash-use-alternate-shelf";
-
// Uses the 1st display in --ash-host-window-bounds as internal display.
// This is for debugging on linux desktop.
const char kAshUseFirstDisplayAsInternal[] =
@@ -220,11 +212,6 @@ bool UseAlternateFrameCaptionButtonStyle() {
!command_line->HasSwitch(kAshMultipleSnapWindowWidths);
}
-bool UseAlternateShelfLayout() {
- return !CommandLine::ForCurrentProcess()->
- HasSwitch(kAshDisableAlternateShelfLayout);
-}
-
bool UseDragOffShelf() {
return !CommandLine::ForCurrentProcess()->
HasSwitch(kAshDisableDragOffShelf);
« no previous file with comments | « ash/ash_switches.h ('k') | ash/dip_unittest.cc » ('j') | ash/resources/ash_resources.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698