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

Unified Diff: ash/mojo_interface_factory.cc

Issue 2906803002: Rename MaximizeMode to TabletMode (Closed)
Patch Set: updated filter 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
Index: ash/mojo_interface_factory.cc
diff --git a/ash/mojo_interface_factory.cc b/ash/mojo_interface_factory.cc
index c8eab24b79be8720e29115c5040156feedcdde94..15586f2c1181916a883ffba546655325df61c6d1 100644
--- a/ash/mojo_interface_factory.cc
+++ b/ash/mojo_interface_factory.cc
@@ -21,7 +21,7 @@
#include "ash/system/tray/system_tray_controller.h"
#include "ash/tray_action/tray_action.h"
#include "ash/wallpaper/wallpaper_controller.h"
-#include "ash/wm/maximize_mode/maximize_mode_controller.h"
+#include "ash/wm/tablet_mode/tablet_mode_controller.h"
#include "base/bind.h"
#include "base/single_thread_task_runner.h"
#include "services/service_manager/public/cpp/bind_source_info.h"
@@ -102,7 +102,7 @@ void BindSystemTrayRequestOnMainThread(
void BindTouchViewRequestOnMainThread(
const service_manager::BindSourceInfo& source_info,
mojom::TouchViewManagerRequest request) {
- Shell::Get()->maximize_mode_controller()->BindRequest(std::move(request));
+ Shell::Get()->tablet_mode_controller()->BindRequest(std::move(request));
}
void BindTrayActionRequestOnMainThread(

Powered by Google App Engine
This is Rietveld 408576698