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

Unified Diff: ui/aura/aura_constants.cc

Issue 8387043: [Aura] Support always-on-top top level window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move always-on-top handling code from shell into a controller Created 9 years, 1 month 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_constants.cc
diff --git a/ui/aura/aura_constants.cc b/ui/aura/aura_constants.cc
index c6e523596832c4f649ce4ce315ff1003e4763f34..c0d1996a84e7ac14d45030a75d4f0d793f14448f 100644
--- a/ui/aura/aura_constants.cc
+++ b/ui/aura/aura_constants.cc
@@ -6,10 +6,9 @@
namespace aura {
-const char* kRestoreBoundsKey = "RestoreBoundsKey";
+const char kAlwaysOnTopKey[] = "AlwaysOnTop";
+const char kRestoreBoundsKey[] = "RestoreBoundsKey";
+const char kShowStateKey[] = "ShowStateKey";
+const char kTooltipTextKey[] = "TooltipTextKey";
-const char* kShowStateKey = "ShowStateKey";
-
-const char* kTooltipTextKey = "TooltipTextKey";
-
-}
+} // namespace aura

Powered by Google App Engine
This is Rietveld 408576698