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

Unified Diff: ash/test/shell_test_api.cc

Issue 308683002: Move MaximizeModeWindowManager to the controller (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 6 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/test/shell_test_api.cc
diff --git a/ash/test/shell_test_api.cc b/ash/test/shell_test_api.cc
index 0a7d4fd1622f170f9207b47b642d10c61d747440..94d93e545fe07ad3048454d763c4619658e07697 100644
--- a/ash/test/shell_test_api.cc
+++ b/ash/test/shell_test_api.cc
@@ -55,10 +55,6 @@ AppListController* ShellTestApi::app_list_controller() {
return shell_->app_list_controller_.get();
}
-MaximizeModeWindowManager* ShellTestApi::maximize_mode_window_manager() {
- return shell_->maximize_mode_window_manager_.get();
-}
-
void ShellTestApi::DisableDisplayConfiguratorAnimation() {
#if defined(OS_CHROMEOS)
if (shell_->display_configurator_animation_) {
« no previous file with comments | « ash/system/overview/overview_button_tray_unittest.cc ('k') | ash/wm/maximize_mode/maximize_mode_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698