Index: ash/wm/property_util.cc |
=================================================================== |
--- ash/wm/property_util.cc (revision 164764) |
+++ ash/wm/property_util.cc (working copy) |
@@ -48,7 +48,7 @@ |
window->SetProperty(internal::kWindowTrackedByWorkspaceKey, value); |
} |
-bool GetTrackedByWorkspace(const aura::Window* window) { |
+bool GetTrackedByWorkspace(aura::Window* window) { |
return window->GetProperty(internal::kWindowTrackedByWorkspaceKey); |
} |
@@ -56,7 +56,7 @@ |
window->SetProperty(internal::kIgnoredByShelfKey, value); |
} |
-bool GetIgnoredByShelf(const aura::Window* window) { |
+bool GetIgnoredByShelf(aura::Window* window) { |
return window->GetProperty(internal::kIgnoredByShelfKey); |
} |