 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..443b330f776f4fb3a170c281f252d4d1618d09fe 100644 | 
| --- a/chrome/browser/resources/options2/browser_options.html | 
| +++ b/chrome/browser/resources/options2/browser_options.html | 
| @@ -258,6 +258,16 @@ | 
| </div> | 
| </section> | 
| <if expr="pp_ifdef('chromeos')"> | 
| + <!-- By default, the display section is hidden. It is only visible if | 
| + more than one display is found. --> | 
| + <section id="display-options-section" hidden> | 
| + <h3 i18n-content="displayOptionsTitle"></h3> | 
| + <div class="settings-row"> | 
| + <button id="display-options-button" | 
| + i18n-content="displayOptionsButton"></button> | 
| 
James Hawkins
2012/06/20 16:21:03
nit: Indentation is off.  Should be 4 spaces from
 
James Hawkins
2012/06/20 16:21:03
nit: If an element wraps, the closing tag must be
 
Jun Mukai
2012/06/21 08:42:58
Done.
 
Jun Mukai
2012/06/21 08:42:58
Done.
 | 
| + </div> | 
| + </section> | 
| + | 
| 
James Hawkins
2012/06/20 16:21:03
nit: Remove blank line.
 
Jun Mukai
2012/06/21 08:42:58
Done.
 | 
| <!-- By default, the bluetooth section is hidden. It is only visible if a | 
| bluetooth adapter is discovered --> | 
| <section id="bluetooth-devices" hidden> |