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/client/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: sync and update comment per ben 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
« no previous file with comments | « ui/aura/client/aura_constants.h ('k') | ui/aura/desktop_host_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/client/aura_constants.cc
diff --git a/ui/aura/client/aura_constants.cc b/ui/aura/client/aura_constants.cc
index fb6aa657e170288ac837f82e63ca16731c4b29f2..cae03d61730818cebb0f63f82231811bf029efa5 100644
--- a/ui/aura/client/aura_constants.cc
+++ b/ui/aura/client/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
« no previous file with comments | « ui/aura/client/aura_constants.h ('k') | ui/aura/desktop_host_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698