|
Move MaximizeModeWindowManager to the controller
Remove MaximizeModeWindowManager from Shell. Place it within MaximizeModeController.
Move notifications to ShellObserver to after the creation of the window manager. This way checks for it being enabled are correct during notifications. Update all files that were working around this deficiency.
TEST=MaximizeModeController
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275843
Total comments: 33
Total comments: 8
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+212 lines, -133 lines) |
Patch |
 |
M |
ash/accelerators/accelerator_controller.cc
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ash/display/virtual_keyboard_window_controller_unittest.cc
|
View
|
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/frame/caption_buttons/frame_caption_button_container_view.h
|
View
|
1
2
3
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ash/frame/caption_buttons/frame_caption_button_container_view.cc
|
View
|
|
5 chunks |
+9 lines, -12 lines |
0 comments
|
Download
|
 |
M |
ash/frame/custom_frame_view_ash.cc
|
View
|
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ash/frame/custom_frame_view_ash_unittest.cc
|
View
|
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/root_window_controller.cc
|
View
|
1
2
3
4
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/shell.h
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ash/shell.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -15 lines |
0 comments
|
Download
|
 |
M |
ash/system/chromeos/brightness/tray_brightness.cc
|
View
|
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/system/chromeos/brightness/tray_brightness_unittest.cc
|
View
|
|
3 chunks |
+17 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ash/system/chromeos/rotation/tray_rotation_lock.cc
|
View
|
1
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc
|
View
|
|
5 chunks |
+28 lines, -14 lines |
0 comments
|
Download
|
 |
M |
ash/system/overview/overview_button_tray.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/system/overview/overview_button_tray.cc
|
View
|
|
5 chunks |
+8 lines, -11 lines |
0 comments
|
Download
|
 |
M |
ash/system/overview/overview_button_tray_unittest.cc
|
View
|
|
5 chunks |
+17 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ash/test/shell_test_api.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ash/wm/maximize_mode/maximize_mode_controller.h
|
View
|
1
2
3
|
3 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/wm/maximize_mode/maximize_mode_controller.cc
|
View
|
1
|
6 chunks |
+26 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ash/wm/maximize_mode/maximize_mode_controller_unittest.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/wm/maximize_mode/maximize_mode_window_manager.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/wm/maximize_mode/maximize_mode_window_manager.cc
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc
|
View
|
1
2
3
4
|
7 chunks |
+17 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/display/display_preferences_unittest.cc
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc
|
View
|
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc
|
View
|
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
Total messages: 25 (0 generated)
|