Revert (187020) side launcher enabled by default for M27
Top option still removed.

(reviewed https://codereview.chromium.org/12929035/, had to duplicate because of svn issue)

[email protected]

Review URL: https://chromiumcodereview.appspot.com/13070005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190665 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index c15f9bd..3b9fb06e 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -924,11 +924,11 @@
   },
 #if defined(USE_ASH)
   {
-    "hide-launcher-alignment-menu",
-    IDS_FLAGS_HIDE_LAUNCHER_ALIGNMENT_MENU_NAME,
-    IDS_FLAGS_HIDE_LAUNCHER_ALIGNMENT_MENU_DESCRIPTION,
+    "show-launcher-alignment-menu",
+    IDS_FLAGS_SHOW_LAUNCHER_ALIGNMENT_MENU_NAME,
+    IDS_FLAGS_SHOW_LAUNCHER_ALIGNMENT_MENU_DESCRIPTION,
     kOsAll,
-    SINGLE_VALUE_TYPE(switches::kHideLauncherAlignmentMenu)
+    SINGLE_VALUE_TYPE(switches::kShowLauncherAlignmentMenu)
   },
   {
     "show-touch-hud",