Chromium Code Reviews| Index: chrome/browser/ui/webui/options/chromeos/system_options_handler.cc |
| =================================================================== |
| --- chrome/browser/ui/webui/options/chromeos/system_options_handler.cc (revision 114508) |
| +++ chrome/browser/ui/webui/options/chromeos/system_options_handler.cc (working copy) |
| @@ -44,7 +44,6 @@ |
| void TouchpadExistsFileThread(bool* exists) { |
| *exists = chromeos::system::touchpad_settings::TouchpadExists(); |
| } |
| - |
|
James Hawkins
2011/12/15 02:31:30
Add this blank line back (consistency).
achuithb
2011/12/15 02:40:10
Done.
|
| } |
| SystemOptionsHandler::SystemOptionsHandler() { |
| @@ -75,8 +74,12 @@ |
| localized_strings->SetString("brightnessIncrease", |
| l10n_util::GetStringUTF16(IDS_OPTIONS_SETTINGS_BRIGHTNESS_INCREASE)); |
| + localized_strings->SetString("pointer", |
| + l10n_util::GetStringUTF16(IDS_OPTIONS_SETTINGS_SECTION_TITLE_POINTER)); |
| localized_strings->SetString("touchpad", |
| l10n_util::GetStringUTF16(IDS_OPTIONS_SETTINGS_SECTION_TITLE_TOUCHPAD)); |
| + localized_strings->SetString("mouse", |
| + l10n_util::GetStringUTF16(IDS_OPTIONS_SETTINGS_SECTION_TITLE_MOUSE)); |
| localized_strings->SetString("enableTapToClick", |
| l10n_util::GetStringUTF16( |
| IDS_OPTIONS_SETTINGS_TAP_TO_CLICK_ENABLED_DESCRIPTION)); |
| @@ -88,6 +91,9 @@ |
| localized_strings->SetString("sensitivityMore", |
| l10n_util::GetStringUTF16( |
| IDS_OPTIONS_SETTINGS_SENSITIVITY_MORE_DESCRIPTION)); |
| + localized_strings->SetString("primaryMouseRight", |
| + l10n_util::GetStringUTF16( |
| + IDS_OPTIONS_SETTINGS_PRIMARY_MOUSE_RIGHT_DESCRIPTION)); |
| localized_strings->SetString("language", |
| l10n_util::GetStringUTF16(IDS_OPTIONS_SETTINGS_SECTION_TITLE_LANGUAGE)); |