Index: ash/ash_switches.cc |
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
index 0d25477edf30b6280f8fc35fa69a7323798bd098..4342a86d01a172c7772bd5b9b941d7caa7928d40 100644 |
--- a/ash/ash_switches.cc |
+++ b/ash/ash_switches.cc |
@@ -10,6 +10,9 @@ namespace switches { |
// Enables the Oak tree viewer. |
const char kAshEnableOak[] = "ash-enable-oak"; |
+// Use Ash notifications. |
+const char kAshNotify[] = "ash-notify"; |
+ |
// Use Google-style dialog box frames. |
const char kAuraGoogleDialogFrames[] = "aura-google-dialog-frames"; |
@@ -22,9 +25,6 @@ const char kAuraLegacyPowerButton[] = "aura-legacy-power-button"; |
// Avoid drawing drop shadows under windows. |
const char kAuraNoShadows[] = "aura-no-shadows"; |
-// Use Aura notifications. |
-const char kAuraNotify[] = "aura-notify"; |
- |
// Use Aura to manage windows of type WINDOW_TYPE_PANEL. |
const char kAuraPanelManager[] = "aura-panels"; |