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

Unified Diff: ash/ash_switches.cc

Issue 165943011: Remove flag to hide shelf alignment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/ash_switches.h ('k') | ash/shelf/shelf_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 12413446f0e3577989c3666cdf1b1e6df85c615c..aa52082e97655f0ecea1ddb8bfa725d2c5998702 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -206,10 +206,6 @@ const char kForceAshToDesktop[] = "ash-force-desktop";
#endif
-// Flags explicitly show or hide the shelf alignment menu.
-const char kShowShelfAlignmentMenu[] = "show-launcher-alignment-menu";
-const char kHideShelfAlignmentMenu[] = "hide-launcher-alignment-menu";
-
bool UseAlternateFrameCaptionButtonStyle() {
// For the sake of simplicity, the alternate caption button style is only
// used if snapped windows are always 50% of the screen's width.
@@ -233,11 +229,6 @@ bool UseImmersiveFullscreenForAllWindows() {
kAshEnableImmersiveFullscreenForBrowserOnly);
}
-bool ShowShelfAlignmentMenu() {
- return !CommandLine::ForCurrentProcess()->
- HasSwitch(kHideShelfAlignmentMenu);
-}
-
bool UseMultiUserTray() {
#if defined(OS_CHROMEOS)
// TODO(skuhne): If this gets removed for good, remove also
« no previous file with comments | « ash/ash_switches.h ('k') | ash/shelf/shelf_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698