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

Unified Diff: ui/aura/aura_constants.h

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.h
diff --git a/ui/aura/aura_constants.h b/ui/aura/aura_constants.h
index adb9fea4e236bcc6e12dad948503b4c38faa4624..86a23e23a12e9443c2741527cf3f4d4f9be79f9c 100644
--- a/ui/aura/aura_constants.h
+++ b/ui/aura/aura_constants.h
@@ -12,6 +12,10 @@ namespace aura {
AURA_EXPORT extern const char* kTooltipTextKey;
+AURA_EXPORT extern const char* kShowStateKey;
sky 2011/10/31 23:17:34 nit: sort these, and add a description of where th
oshima 2011/11/01 00:40:33 Done.
+
+AURA_EXPORT extern const char* kRestoreBoundsKey;
+
} // namespace aura
#endif // UI_AURA_AURA_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698