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

Unified Diff: ui/aura/client/aura_constants.h

Issue 2542493002: Replace kCanMaximize/Minimize/Resize with kResizeBehavior. (Closed)
Patch Set: Fix int->bool compile issue. Created 4 years 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 | « chrome/browser/ui/ash/accelerator_commands_browsertest.cc ('k') | ui/aura/client/aura_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/client/aura_constants.h
diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h
index 9f0afb8943c091c7cd46abf4e08aef7552adf429..ec29db231bf0a70099f06baf61c6e62b958726b3 100644
--- a/ui/aura/client/aura_constants.h
+++ b/ui/aura/client/aura_constants.h
@@ -41,15 +41,6 @@ AURA_EXPORT extern const WindowProperty<std::string*>* const kAppIdKey;
// pointer metrics. See AppType in ash/shared/app_types.h for more details.
AURA_EXPORT extern const WindowProperty<int>* const kAppType;
-// A property key to store the can-maximize flag.
-AURA_EXPORT extern const WindowProperty<bool>* const kCanMaximizeKey;
-
-// A property key to store the can-minimize flag.
-AURA_EXPORT extern const WindowProperty<bool>* const kCanMinimizeKey;
-
-// A property key to store the can-resize flag.
-AURA_EXPORT extern const WindowProperty<bool>* const kCanResizeKey;
-
// A property key to store if a window is a constrained window or not.
AURA_EXPORT extern const WindowProperty<bool>* const kConstrainedWindowKey;
« no previous file with comments | « chrome/browser/ui/ash/accelerator_commands_browsertest.cc ('k') | ui/aura/client/aura_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698