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

Unified Diff: chrome/android/java/res/values/values.xml

Issue 1465363002: [Storage] Android - ManageSpace UI, Important Origins, and CBD Dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: whoops, forgot files Created 4 years, 7 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/res/values/values.xml
diff --git a/chrome/android/java/res/values/values.xml b/chrome/android/java/res/values/values.xml
index b5f13b4391b71ff98da5b3ce05e093f2750d9c04..1cd3c09042ee09c1f7d80292ae10d760eaeec4a4 100644
--- a/chrome/android/java/res/values/values.xml
+++ b/chrome/android/java/res/values/values.xml
@@ -55,5 +55,7 @@
<string name="help_context_physical_web">physical_web</string>
<string name="help_context_clear_browsing_data">clear_browsing_data</string>
<string name="help_context_change_sync_passphrase">change_sync_passphrase</string>
-
+
+ <!-- Our manage space activity. Default pre-KitKat to be nothing. -->
+ <string name="manage_space_activity" translatable="false"></string>
Theresa 2016/05/13 06:02:30 This doesn't need translatable=false since it's in
dmurph 2016/05/13 23:46:23 Done.
</resources>

Powered by Google App Engine
This is Rietveld 408576698