Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6469)

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_chromeos.cc

Issue 1835323003: Allow opening display settings page from notification for 3+ display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
index 7254b6e76787a6488a64d3bde59a21d4e83fd4c7..28b1d34448a5cf4fab0bfa5d4453477e9f9de81f 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
@@ -463,12 +463,6 @@ void SystemTrayDelegateChromeOS::ShowNetworkSettingsForGuid(
}
void SystemTrayDelegateChromeOS::ShowDisplaySettings() {
- // TODO(michaelpg): Allow display settings to be shown when they are updated
- // to work for 3+ displays. See issue 467195.
- if (ash::Shell::GetInstance()->display_manager()->num_connected_displays() >
- 2) {
- return;
- }
content::RecordAction(base::UserMetricsAction("ShowDisplayOptions"));
ShowSettingsSubPageForActiveUser(kDisplaySettingsSubPageName);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698