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

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: 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 ca6a75372069ebae3b662133812ac2cc844e0f20..23e35be563cac293fa3586e166a00fa26346c963 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -44,5 +44,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
« ash/ash_switches.h ('K') | « ash/ash_switches.h ('k') | ash/hostwm/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698