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

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

Issue 1882953003: Replace the "OK" button with "Ok, got it" in the Clear Browsing Data dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 8 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
« no previous file with comments | « chrome/browser/resources/options/clear_browser_data_history_notice_overlay.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options/clear_browser_data_handler.cc
diff --git a/chrome/browser/ui/webui/options/clear_browser_data_handler.cc b/chrome/browser/ui/webui/options/clear_browser_data_handler.cc
index 1fb5441946e16c9cb2d156e2d142da3c9f481c5a..8e529c1e7467c22a1625ddcf1938a02ba42a6610 100644
--- a/chrome/browser/ui/webui/options/clear_browser_data_handler.cc
+++ b/chrome/browser/ui/webui/options/clear_browser_data_handler.cc
@@ -161,6 +161,8 @@ void ClearBrowserDataHandler::GetLocalizedValues(
: IDS_CLEAR_BROWSING_DATA_SOME_STUFF_REMAINS },
{ "clearBrowserDataHistoryNoticeTitle",
IDS_CLEAR_BROWSING_DATA_HISTORY_NOTICE_TITLE },
+ { "clearBrowserDataHistoryNoticeOk",
+ IDS_CLEAR_BROWSING_DATA_HISTORY_NOTICE_OK },
{ "deleteBrowsingHistoryCheckbox", IDS_DEL_BROWSING_HISTORY_CHKBOX },
{ "deleteDownloadHistoryCheckbox", IDS_DEL_DOWNLOAD_HISTORY_CHKBOX },
{ "deleteCacheCheckbox", IDS_DEL_CACHE_CHKBOX },
« no previous file with comments | « chrome/browser/resources/options/clear_browser_data_history_notice_overlay.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698