Index: chrome/browser/ui/webui/options/chromeos/date_time_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/chromeos/date_time_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/date_time_options_handler.cc |
index ef55e5ffeeb6ae8fb75cae9549609a8fc413ff24..bbb4b0c0c4a09b9ef41e10c12677b61860ca4815 100644 |
--- a/chrome/browser/ui/webui/options/chromeos/date_time_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/chromeos/date_time_options_handler.cc |
@@ -33,9 +33,6 @@ void DateTimeOptionsHandler::GetLocalizedValues( |
localized_strings->SetString( |
"setTimeButton", |
l10n_util::GetStringUTF16(IDS_OPTIONS_SETTINGS_SET_TIME_BUTTON)); |
- localized_strings->SetString( |
- "timeSyncedExplanation", |
- l10n_util::GetStringUTF16(IDS_OPTIONS_SETTINGS_TIME_SYNCED_EXPLANATION)); |
} |
void DateTimeOptionsHandler::InitializeHandler() { |