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

Unified Diff: ash/mus/accelerators/accelerator_controller_delegate_mus.h

Issue 2434923002: Handle modified displays in mustash. (Closed)
Patch Set: Fix PlatformScreenStub for tests. Created 4 years, 2 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 | « no previous file | ash/mus/accelerators/accelerator_controller_delegate_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/accelerators/accelerator_controller_delegate_mus.h
diff --git a/ash/mus/accelerators/accelerator_controller_delegate_mus.h b/ash/mus/accelerators/accelerator_controller_delegate_mus.h
index 3e058ba00d1fa0d8edda3301e68afa92744b953d..4d14750ea97ceb16fb0f9cc2d9ab59f945e7b562 100644
--- a/ash/mus/accelerators/accelerator_controller_delegate_mus.h
+++ b/ash/mus/accelerators/accelerator_controller_delegate_mus.h
@@ -7,7 +7,6 @@
#include "ash/common/accelerators/accelerator_controller_delegate.h"
#include "base/macros.h"
-#include "services/service_manager/public/cpp/connector.h"
namespace ash {
namespace mus {
@@ -16,8 +15,7 @@ class WindowManager;
class AcceleratorControllerDelegateMus : public AcceleratorControllerDelegate {
public:
- explicit AcceleratorControllerDelegateMus(
- service_manager::Connector* connector);
+ explicit AcceleratorControllerDelegateMus(WindowManager* window_manager);
~AcceleratorControllerDelegateMus() override;
// AcceleratorControllerDelegate:
@@ -33,7 +31,7 @@ class AcceleratorControllerDelegateMus : public AcceleratorControllerDelegate {
int new_shortcut_id) override;
private:
- service_manager::Connector* connector_;
+ WindowManager* window_manager_;
DISALLOW_COPY_AND_ASSIGN(AcceleratorControllerDelegateMus);
};
« no previous file with comments | « no previous file | ash/mus/accelerators/accelerator_controller_delegate_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698