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

Unified Diff: ash/common/mojo_interface_factory.cc

Issue 2766543002: Move even more from WmShell to Shell (Closed)
Patch Set: Created 3 years, 9 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/metrics/pointer_metrics_recorder_unittest.cc ('k') | ash/common/shelf/shelf_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/mojo_interface_factory.cc
diff --git a/ash/common/mojo_interface_factory.cc b/ash/common/mojo_interface_factory.cc
index 51d16b6fa685ba34ce1932c1990bb8dc2cd064c2..f52469d4b008f8d2fc422380ad6a19c1dd73a584 100644
--- a/ash/common/mojo_interface_factory.cc
+++ b/ash/common/mojo_interface_factory.cc
@@ -50,12 +50,12 @@ void BindLocaleNotificationControllerOnMainThread(
void BindMediaControllerRequestOnMainThread(
mojom::MediaControllerRequest request) {
- WmShell::Get()->media_controller()->BindRequest(std::move(request));
+ Shell::Get()->media_controller()->BindRequest(std::move(request));
}
void BindNewWindowControllerRequestOnMainThread(
mojom::NewWindowControllerRequest request) {
- WmShell::Get()->new_window_controller()->BindRequest(std::move(request));
+ Shell::Get()->new_window_controller()->BindRequest(std::move(request));
}
void BindSessionControllerRequestOnMainThread(
@@ -77,7 +77,7 @@ void BindSystemTrayRequestOnMainThread(mojom::SystemTrayRequest request) {
}
void BindTouchViewRequestOnMainThread(mojom::TouchViewManagerRequest request) {
- WmShell::Get()->maximize_mode_controller()->BindRequest(std::move(request));
+ Shell::Get()->maximize_mode_controller()->BindRequest(std::move(request));
}
void BindVpnListRequestOnMainThread(mojom::VpnListRequest request) {
« no previous file with comments | « ash/common/metrics/pointer_metrics_recorder_unittest.cc ('k') | ash/common/shelf/shelf_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698