 Chromium Code Reviews
 Chromium Code Reviews Issue 10544171:
  Add OptionsUI and its handler for multiple displays.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 10544171:
  Add OptionsUI and its handler for multiple displays.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| 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> |