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

Unified Diff: ash/common/wm_root_window_controller.cc

Issue 2295003002: mash: Remove WmRootWindowControllerObserver. (Closed)
Patch Set: Address comments. 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
« no previous file with comments | « ash/common/wm_root_window_controller.h ('k') | ash/common/wm_root_window_controller_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ash/common/wm_root_window_controller.h ('k') | ash/common/wm_root_window_controller_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698