Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(432)

Unified Diff: chrome/browser/ui/webui/options/automatic_settings_reset_handler.cc

Issue 411273006: Incorporate reset button in post-automatic-reset settings-banner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style nit++ Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/options/automatic_settings_reset_handler.cc
diff --git a/chrome/browser/ui/webui/options/automatic_settings_reset_handler.cc b/chrome/browser/ui/webui/options/automatic_settings_reset_handler.cc
index 689f5fe7d056a879a41de6bb4afc0a2b63db18f0..375ff5ac32b36f86e023fa27bd7d6af434443585 100644
--- a/chrome/browser/ui/webui/options/automatic_settings_reset_handler.cc
+++ b/chrome/browser/ui/webui/options/automatic_settings_reset_handler.cc
@@ -44,6 +44,8 @@ void AutomaticSettingsResetHandler::GetLocalizedValues(
DCHECK(localized_strings);
static const OptionsStringResource resources[] = {
+ { "automaticSettingsResetBannerResetButtonText",
+ IDS_AUTOMATIC_SETTINGS_RESET_BANNER_RESET_BUTTON_TEXT },
{ "automaticSettingsResetBannerText",
IDS_AUTOMATIC_SETTINGS_RESET_BANNER_TEXT },
{ "automaticSettingsResetLearnMoreUrl",
« no previous file with comments | « chrome/browser/resources/options/reset_profile_settings_overlay.js ('k') | tools/metrics/actions/actions.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698