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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1143313006: Add an activity that allows whitelisted applications to clear all data in Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index c60abfd322d0abee41f461daff61de19fd8cd879..a8454dc3ddca7da32d084ba011b16cae7e3cba60 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -2186,6 +2186,18 @@ However, you aren’t invisible. Going incognito doesn’t hide your browsing fr
<message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
send_crash_report
</message>
+
+ <!-- Reset data dialog for child account setup -->
+ <!-- TODO(bauerb): Replace with real strings -->
+ <message name="IDS_RESET_DATA_DIALOG_TITLE" desc="Title for the dialog that asks the user whether they want to reset all data as part of the child account setup flow." translateable="false">
+ Hodor Hodor?
+ </message>
+ <message name="IDS_RESET_DATA_DIALOG_RESET_BUTTON" desc="Title for the button to reset all data as part of the child account setup flow." translateable="false">
+ Hodor
+ </message>
+ <message name="IDS_RESET_DATA_DIALOG_KEEP_BUTTON" desc="Title for the button to keep data as part of the child account setup flow." translateable="false">
+ Hodor
+ </message>
</messages>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698