|
|
Remove DisplayChangeObserver ash dependencies.
Before moving DisplayChangeObserver from src/ash/display to
src/ui/display we need to remove all ash dependencies.
1. DisplayManager and DisplayConfigurator are injected instead of
getting them from ash::Shell.
2. DCO no longer acts as a ShellObserver for shutdown. Add
ShutdownObserver to do this instead.
3. Move display strings from ash to ui.
BUG= 667344
Committed: https://crrev.com/98748a534f51488863475326bcc87b510c90df1d
Cr-Commit-Position: refs/heads/master@{#436129}
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+137 lines, -77 lines) |
Patch |
 |
M |
ash/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/ash_strings.grd
|
View
|
1
2
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ash/display/display_change_observer_chromeos.h
|
View
|
1
2
3
4
|
3 chunks |
+15 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ash/display/display_change_observer_chromeos.cc
|
View
|
1
2
3
4
|
13 chunks |
+21 lines, -38 lines |
0 comments
|
Download
|
 |
A |
ash/display/shutdown_observer_chromeos.h
|
View
|
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/display/shutdown_observer_chromeos.cc
|
View
|
1
2
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/display/window_tree_host_manager.h
|
View
|
1
2
|
3 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ash/display/window_tree_host_manager.cc
|
View
|
1
2
3
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ash/shell.h
|
View
|
1
2
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/shell.cc
|
View
|
1
2
3
4
|
3 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/system/chromeos/screen_layout_observer.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/display/manager/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/display/manager/DEPS
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/display/manager/display_manager.h
|
View
|
1
2
3
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
ui/display/manager/display_manager.cc
|
View
|
1
2
|
4 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/strings/ui_strings.grd
|
View
|
1
2
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 32 (22 generated)
|