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

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: support always-on-top change after creation, add unittests and fix XCursorCache issue 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/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/aura_constants.cc
diff --git a/ui/aura/aura_constants.cc b/ui/aura/aura_constants.cc
index c6e523596832c4f649ce4ce315ff1003e4763f34..f31dc75666ba05ab3491e2fb4342941c31cc2f11 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* kShowStateKey = "ShowStateKey";
-
-const char* kTooltipTextKey = "TooltipTextKey";
+const char kAlwaysOnTopKey[] = "AlwaysOnTop";
+const char kRestoreBoundsKey[] = "RestoreBoundsKey";
+const char kShowStateKey[] = "ShowStateKey";
+const char kTooltipTextKey[] = "TooltipTextKey";
}
tfarina 2011/11/02 23:34:35 please add // namespace aura
« no previous file with comments | « ui/aura/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