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

Unified Diff: ash/wm/workspace_controller.h

Issue 2887103002: Revert of Refactor backdrop (Closed)
Patch Set: Created 3 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
« no previous file with comments | « ash/wm/workspace/workspace_layout_manager_unittest.cc ('k') | ash/wm/workspace_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace_controller.h
diff --git a/ash/wm/workspace_controller.h b/ash/wm/workspace_controller.h
index d55c8b960a20d78edb65eaca5437a4905626f298..1fce7fc6b86075106060629c6377a76bf452bea3 100644
--- a/ash/wm/workspace_controller.h
+++ b/ash/wm/workspace_controller.h
@@ -15,7 +15,7 @@
namespace ash {
class WorkspaceEventHandler;
class WorkspaceLayoutManager;
-class BackdropDelegate;
+class WorkspaceLayoutManagerBackdropDelegate;
namespace test {
class WorkspaceControllerTestApi;
@@ -37,7 +37,8 @@
// Add a delegate which adds a backdrop behind the top window of the default
// workspace.
- void SetBackdropDelegate(std::unique_ptr<BackdropDelegate> delegate);
+ void SetMaximizeBackdropDelegate(
+ std::unique_ptr<WorkspaceLayoutManagerBackdropDelegate> delegate);
WorkspaceLayoutManager* layout_manager() { return layout_manager_; }
« no previous file with comments | « ash/wm/workspace/workspace_layout_manager_unittest.cc ('k') | ash/wm/workspace_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698