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

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: 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..53f9fb34f48e2ac68d59f4795d9afe9b0c099a9f 100644
--- a/ui/aura/aura_switches.h
+++ b/ui/aura/aura_switches.h
@@ -10,9 +10,10 @@
namespace switches {
+AURA_EXPORT extern const char kAuraConstrainedWindows[];
oshima 2011/12/08 21:57:03 There is ConstrainedWindow and may cause some conf
James Cook 2011/12/08 22:35:25 Yes, that's better. Done.
AURA_EXPORT extern const char kAuraHostWindowSize[];
AURA_EXPORT extern const char kAuraNoShadows[];
-AURA_EXPORT extern const char kAuraWindows[];
+AURA_EXPORT extern const char kAuraTranslucentFrames[];
} // namespace switches
« no previous file with comments | « chrome/browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc ('k') | ui/aura/aura_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698