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

Unified Diff: chrome/browser/resources/options/browser_options.html

Issue 14710011: Redesign display options for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
Index: chrome/browser/resources/options/browser_options.html
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html
index efae1ae59f17c6aae94f87df13f1279e5c5696bd..1821a283678813a7ad0cf66a660fd51742d2819c 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -117,9 +117,7 @@
<button id="keyboard-settings-button"
i18n-content="keyboardSettingsButtonTitle">
</button>
- <!-- By default, the display settings are hidden. They are only visible
- if more than one display is found. -->
James Hawkins 2013/05/15 21:55:33 Why is this no longer true?
Jun Mukai 2013/05/16 00:04:15 This was true because display-options is the setti
- <span id="display-options-section" hidden>
+ <span id="display-options-section">
<button id="display-options" i18n-content="displayOptions">
</button>
</span>

Powered by Google App Engine
This is Rietveld 408576698