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

Unified Diff: ash/ash_switches.cc

Issue 10789018: aura: Add X11 host window management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Keep ash switches alphabetized. Created 8 years, 5 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 24c3e2e896a1fb2ef4a48a688dfacc4d787a1688..2e14565467e34038069b8213c77baa39d7a16e7b 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -40,5 +40,9 @@ const char kAuraLegacyPowerButton[] = "aura-legacy-power-button";
// Avoid drawing drop shadows under windows.
const char kAuraNoShadows[] = "aura-no-shadows";
+// Enable host system window management.
+const char kAuraEnableHostWindowManagement[] =
+ "aura-enable-host-window-management";
+
} // namespace switches
} // namespace ash
« no previous file with comments | « ash/ash_switches.h ('k') | ash/hostwm/OWNERS » ('j') | ash/hostwm/host_window_container.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698