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

Unified Diff: ash/common/wm_root_window_controller.cc

Issue 2295003002: mash: Remove WmRootWindowControllerObserver. (Closed)
Patch Set: Cleanup. Created 4 years, 4 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/common/wm_root_window_controller.cc
diff --git a/ash/common/wm_root_window_controller.cc b/ash/common/wm_root_window_controller.cc
index da636051e892d2431b4fc68ec1cb44f9739b6ff4..f4875927196eb4f14d93dfe2371a6c8ef0c74a51 100644
--- a/ash/common/wm_root_window_controller.cc
+++ b/ash/common/wm_root_window_controller.cc
@@ -38,16 +38,6 @@ wm::WorkspaceWindowState WmRootWindowController::GetWorkspaceWindowState() {
: wm::WORKSPACE_WINDOW_STATE_DEFAULT;
}
-void WmRootWindowController::AddObserver(
- WmRootWindowControllerObserver* observer) {
- observers_.AddObserver(observer);
-}
-
-void WmRootWindowController::RemoveObserver(
- WmRootWindowControllerObserver* observer) {
- observers_.RemoveObserver(observer);
-}
-
void WmRootWindowController::CreateContainers() {
// These containers are just used by PowerButtonController to animate groups
// of containers simultaneously without messing up the current transformations

Powered by Google App Engine
This is Rietveld 408576698