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

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: ready for review 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
Index: ui/aura/aura_constants.cc
diff --git a/ui/aura/aura_constants.cc b/ui/aura/aura_constants.cc
index 994a6ea3fbb69fae58d5b8aff39593f6331dd59d..b4e0d7abd71a07a6eb6a707e2299d79b56c6dfc2 100644
--- a/ui/aura/aura_constants.cc
+++ b/ui/aura/aura_constants.cc
@@ -8,4 +8,8 @@ namespace aura {
const char* kTooltipTextKey = "TooltipTextKey";
+const char* kShowStateKey = "ShowStateKey";
+
+const char* kRestoreBoundsKey = "RestoreBoundsKey";
+
}

Powered by Google App Engine
This is Rietveld 408576698