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

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

Issue 10544171: Add OptionsUI and its handler for multiple displays. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years, 6 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/options2/browser_options.html
diff --git a/chrome/browser/resources/options2/browser_options.html b/chrome/browser/resources/options2/browser_options.html
index 8e851e1d31938d0cbe07b0ea1d479f2305e273c6..5cb7995d10bfe1e5f9721a286c0962090d65b281 100644
--- a/chrome/browser/resources/options2/browser_options.html
+++ b/chrome/browser/resources/options2/browser_options.html
@@ -258,6 +258,20 @@
</div>
</section>
<if expr="pp_ifdef('chromeos')">
+ <!-- By default, the display section is hidden. It is only visible if
+ more than one displays are found. -->
James Hawkins 2012/06/18 15:13:49 s/displays are/display is/
Jun Mukai 2012/06/19 08:37:44 Done.
+ <section id="display-options-section" hidden>
+ <h3 i18n-content="displayOptionsTitle"></h3>
+ <div>
+ <div>
James Hawkins 2012/06/18 15:13:49 Why are you using this extra div?
Jun Mukai 2012/06/19 08:37:44 forgot the reason... removed. thanks.
+ <div class="settings-row">
+ <button id="displayOptionsButton"
James Hawkins 2012/06/18 15:13:49 IDs use 'dash-form'.
Jun Mukai 2012/06/19 08:37:44 Done.
+ i18n-content="displayOptionsButton"></button>
+ </div>
+ </div>
+ </div>
+ </section>
+
<!-- By default, the bluetooth section is hidden. It is only visible if a
bluetooth adapter is discovered -->
<section id="bluetooth-devices" hidden>

Powered by Google App Engine
This is Rietveld 408576698