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

Unified Diff: ash/wm/window_properties.h

Issue 11343028: Revert 164652 - speculative revert - this change may have caused print dialog test failures on XP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « ash/wm/property_util.cc ('k') | ash/wm/window_properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_properties.h
===================================================================
--- ash/wm/window_properties.h (revision 164764)
+++ ash/wm/window_properties.h (working copy)
@@ -67,22 +67,12 @@
extern const aura::WindowProperty<ui_controls::UIControlsAura*>* const
kUIControlsKey;
-// A property key to remember if a windows position or size was changed by a
-// user.
-ASH_EXPORT extern const aura::WindowProperty<bool>* const
- kUserChangedWindowPositionOrSizeKey;
-
// Property to tell if the container uses the screen coordinates.
extern const aura::WindowProperty<bool>* const kUsesScreenCoordinatesKey;
extern const aura::WindowProperty<WindowPersistsAcrossAllWorkspacesType>* const
kWindowPersistsAcrossAllWorkspacesKey;
-// A property key to remember if a windows position can be managed by the
-// workspace manager or not.
-ASH_EXPORT extern const aura::WindowProperty<bool>* const
- kWindowPositionManagedKey;
-
// True if the window is controlled by the workspace manager.
extern const aura::WindowProperty<bool>* const
kWindowTrackedByWorkspaceKey;
« no previous file with comments | « ash/wm/property_util.cc ('k') | ash/wm/window_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698