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

Unified Diff: chrome/browser/resources/settings/device_page/display.js

Issue 2643483002: MD Settings > Display: Hide arrangement text for single display (Closed)
Patch Set: Created 3 years, 11 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 | « chrome/browser/resources/settings/device_page/display.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/device_page/display.js
diff --git a/chrome/browser/resources/settings/device_page/display.js b/chrome/browser/resources/settings/device_page/display.js
index 3f5cfffc1fccad9a660ffe564bdcee9782f71076..3cb387976e86c7ebc47ba328281b9231e53303a5 100644
--- a/chrome/browser/resources/settings/device_page/display.js
+++ b/chrome/browser/resources/settings/device_page/display.js
@@ -184,7 +184,7 @@ Polymer({
* @return {boolean}
* @private
*/
- showDisplayTabMenu_: function(displays) {
+ hasMultipleDisplays_: function(displays) {
return displays.length > 1;
},
« no previous file with comments | « chrome/browser/resources/settings/device_page/display.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698