 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/ui/webui/options2/browser_options_handler2.cc | 
| diff --git a/chrome/browser/ui/webui/options2/browser_options_handler2.cc b/chrome/browser/ui/webui/options2/browser_options_handler2.cc | 
| index 3660f90df9d9bdf0180a962a429cafb6715710d3..e1d8f104790ae4fc824c150c621a8caae380368e 100644 | 
| --- a/chrome/browser/ui/webui/options2/browser_options_handler2.cc | 
| +++ b/chrome/browser/ui/webui/options2/browser_options_handler2.cc | 
| @@ -175,6 +175,8 @@ void BrowserOptionsHandler::GetLocalizedValues(DictionaryValue* values) { | 
| { "disableGData", IDS_OPTIONS_DISABLE_GDATA }, | 
| #endif | 
| { "disableWebServices", IDS_OPTIONS_DISABLE_WEB_SERVICES }, | 
| + { "displayOptionsTitle", IDS_OPTIONS_SETTINGS_SECTION_TITLE_DISPLAY }, | 
| + { "displayOptionsButton", IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_BUTTON }, | 
| 
yoshiki
2012/06/15 10:21:28
Alphabetical order?
 
Jun Mukai
2012/06/18 01:15:10
Done.
 | 
| { "downloadLocationAskForSaveLocation", | 
| IDS_OPTIONS_DOWNLOADLOCATION_ASKFORSAVELOCATION }, | 
| { "downloadLocationBrowseTitle", |