|
Remove the system menu display settings row
Remove the display row in the system menu which show up when number of displays
changes, screen orientation changes or display resolution changes. However,
Notification will be keep sending to the notification center as it is now.
Since display tray is removed, the dependencies to SystemTrayItem from TrayDisplay
is also removed. So the class name is updated to screen_layout_observer to reflect
that it keeps observing screen layout changes and sending notifications to users.
TEST=ScreenLayoutObserverTest in ash_unittests
BUG= 630637
Committed: https://crrev.com/a68ade5167de02938634fa2387e53e20b9353c18
Cr-Commit-Position: refs/heads/master@{#415988}
Total comments: 51
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+141 lines, -1398 lines) |
Patch |
 |
M |
ash/ash.gyp
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/ash_chromeos_strings.grdp
|
View
|
1
2
3
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ash/common/system/tray/system_tray.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ash/common/system/tray/system_tray_delegate.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ash/common/system/tray/system_tray_delegate.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ash/content/display/screen_orientation_controller_chromeos_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/resources/ash_resources.grd
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
ash/resources/default_100_percent/cros/status/status_display_dark.png
|
View
|
1
|
Binary file |
0 comments
|
Download
|
 |
D |
ash/resources/default_200_percent/cros/status/status_display_dark.png
|
View
|
1
|
Binary file |
0 comments
|
Download
|
 |
M |
ash/shell.h
|
View
|
1
2
3
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/shell.cc
|
View
|
1
2
3
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ash/system/chromeos/screen_layout_observer.h
|
View
|
1
2
3
|
2 chunks |
+10 lines, -22 lines |
0 comments
|
Download
|
 |
A + |
ash/system/chromeos/screen_layout_observer.cc
|
View
|
1
2
3
|
10 chunks |
+74 lines, -242 lines |
0 comments
|
Download
|
 |
A + |
ash/system/chromeos/screen_layout_observer_unittest.cc
|
View
|
1
2
|
7 chunks |
+43 lines, -388 lines |
0 comments
|
Download
|
 |
D |
ash/system/chromeos/tray_display.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -76 lines |
0 comments
|
Download
|
 |
D |
ash/system/chromeos/tray_display_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -617 lines |
0 comments
|
Download
|
 |
M |
ash/test/ash_test_base.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ash/test/test_system_tray_delegate.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/test/test_system_tray_delegate.cc
|
View
|
1
2
3
|
2 chunks |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/system_tray_delegate_chromeos.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
View
|
1
2
3
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
Total messages: 38 (20 generated)
|