|
Move AccessibilityDelegate ownership to ash::WmShell
All access is via WmShell, so it should live there.
* Move AccessibilityDelegateMus to its own file
* Introduce a WmShell::Shutdown() phase
* Rename WmShell::GetAccessibilityDelegate() to accessibility_delegate()
No functional changes.
BUG= 619636
TEST=ash_unittests, chrome unit_tests
TBR=dmazzoni@chromium.org
Committed: https://crrev.com/428f986f6e49f55a148d399cf4f1cca310fe4434
Cr-Commit-Position: refs/heads/master@{#405810}
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+138 lines, -113 lines) |
Patch |
 |
M |
ash/accelerators/accelerator_controller.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/accelerators/accelerator_controller_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/accelerators/spoken_feedback_toggler.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/accelerators/spoken_feedback_toggler_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/ash_touch_exploration_manager_chromeos.cc
|
View
|
|
3 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ash/aura/wm_shell_aura.h
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
ash/aura/wm_shell_aura.cc
|
View
|
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ash/common/keyboard/keyboard_ui.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
ash/common/system/ime/tray_ime_chromeos.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
ash/common/system/ime/tray_ime_chromeos_unittest.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ash/common/system/tray/system_tray.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/common/system/tray/system_tray_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/common/system/tray_accessibility.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ash/common/wm/overview/window_selector.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/common/wm_shell.h
|
View
|
|
3 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/common/wm_shell.cc
|
View
|
1
2
3
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/magnifier/magnification_controller.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/mus/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/mus/accessibility_delegate_mus.h
|
View
|
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/mus/accessibility_delegate_mus.cc
|
View
|
1
2
3
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/mus/bridge/wm_shell_mus.h
|
View
|
|
3 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
ash/mus/bridge/wm_shell_mus.cc
|
View
|
|
5 chunks |
+1 line, -36 lines |
0 comments
|
Download
|
 |
M |
ash/mus/shell_delegate_mus.h
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/mus/shell_delegate_mus.cc
|
View
|
1
2
3
4
|
3 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ash/mus/window_manager.cc
|
View
|
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ash/shell.h
|
View
|
1
2
|
3 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ash/shell.cc
|
View
|
1
2
|
3 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
ash/wm/lock_state_controller.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/wm/overview/window_selector_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 26 (16 generated)
|