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

Unified Diff: ash/wm/common/panels/panel_layout_manager.h

Issue 1997633004: Removes |old| parameter from OnWindowPropertyChanged() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: ash/wm/common/panels/panel_layout_manager.h
diff --git a/ash/wm/common/panels/panel_layout_manager.h b/ash/wm/common/panels/panel_layout_manager.h
index 91c4b81c07891479049891bbb7dfcfd970fd3ba9..d5c8cadb5506f87077fb8328ce9d4f954252d743 100644
--- a/ash/wm/common/panels/panel_layout_manager.h
+++ b/ash/wm/common/panels/panel_layout_manager.h
@@ -108,8 +108,7 @@ class ASH_WM_COMMON_EXPORT PanelLayoutManager
// Overridden from wm::WmWindowObserver
void OnWindowPropertyChanged(wm::WmWindow* window,
- wm::WmWindowProperty property,
- intptr_t old) override;
+ wm::WmWindowProperty property) override;
// Overridden from wm::WindowStateObserver
void OnPostWindowStateTypeChange(wm::WindowState* window_state,

Powered by Google App Engine
This is Rietveld 408576698