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

Unified Diff: ui/aura/aura_constants.cc

Issue 8400063: Move maximize/fullscreen/restore to shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove OVERRIDE from .cc Created 9 years, 2 months 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/layout_manager.h » ('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 994a6ea3fbb69fae58d5b8aff39593f6331dd59d..c6e523596832c4f649ce4ce315ff1003e4763f34 100644
--- a/ui/aura/aura_constants.cc
+++ b/ui/aura/aura_constants.cc
@@ -6,6 +6,10 @@
namespace aura {
+const char* kRestoreBoundsKey = "RestoreBoundsKey";
+
+const char* kShowStateKey = "ShowStateKey";
+
const char* kTooltipTextKey = "TooltipTextKey";
}
« no previous file with comments | « ui/aura/aura_constants.h ('k') | ui/aura/layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698