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

Unified Diff: ui/aura/aura_switches.h

Issue 8890036: Aura: Separate constrained window and translucent frame flags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename workspace manager flag Created 9 years 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: ui/aura/aura_switches.h
diff --git a/ui/aura/aura_switches.h b/ui/aura/aura_switches.h
index 884c1f3acbcea1beff8be5fe1f400c2766e16cec..ebc0dade2b0ddd88aa11e9d352e1670d06802207 100644
--- a/ui/aura/aura_switches.h
+++ b/ui/aura/aura_switches.h
@@ -12,7 +12,8 @@ namespace switches {
AURA_EXPORT extern const char kAuraHostWindowSize[];
AURA_EXPORT extern const char kAuraNoShadows[];
-AURA_EXPORT extern const char kAuraWindows[];
+AURA_EXPORT extern const char kAuraTranslucentFrames[];
+AURA_EXPORT extern const char kAuraWorkspaceManager[];
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698