Chromium Code Reviews
Descriptionash: Remove broken display notification suppression when settings is open
On Chrome OS we used to have code that suppressed showing a display change
notification (e.g. resolution changed) when the display settings UI was
visible. This broke when settings moved from being shown in a tab to being
shown in a window. We always show the notifications, and have been doing so
for about 2 years.
I spoke with PM tbuckley@ and he's OK with always showing the notifications
I've deleted the code that was trying to suppress them, effectively doing a
manual revert of http://crrev.com/208299
This simplifies ash::SystemTrayDelegate and removes one method I would have
to port to mojo for mustash.
BUG=246271, 647412
TEST=ash_unittests, change display rotation and see that a notification
always appears
Committed: https://crrev.com/f60d6ea452282d53ef12de076c0a5436bae3ddb7
Cr-Commit-Position: refs/heads/master@{#424553}
Patch Set 1 #Patch Set 2 : rebase #Patch Set 3 : fix ash_content_unittests #Patch Set 4 : rebase #Patch Set 5 : fix tests #
Total comments: 2
Patch Set 6 : rebase #Patch Set 7 : add bug number #Patch Set 8 : hide notifications in tests by default #Patch Set 9 : ash_content_unittests #
Total comments: 2
Patch Set 10 : fix comment #Messages
Total messages: 47 (37 generated)
|