Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: adblockplussbrowser/res/values/sysstrings.xml

Issue 29760569: Issue 6238 - Download/store notifications.json (Closed)
Patch Set: Created May 15, 2018, 9:57 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: adblockplussbrowser/res/values/sysstrings.xml
===================================================================
--- a/adblockplussbrowser/res/values/sysstrings.xml
+++ b/adblockplussbrowser/res/values/sysstrings.xml
@@ -14,9 +14,13 @@
<string name="key_previous_version_code">previous_version_code</string>
<string name="key_whitelisted_websites">whitelisted_websites</string>
<string name="key_force_update_subscriptions">force_update_subscriptions</string>
<!-- Preference values -->
<string name="download_settings_value_wifi">1</string>
<string name="download_settings_value_always">2</string>
+ <!-- Notification -->
+ <string name="key_last_tried_notification_update_timestamp">last_tried_notification_update_timestamp</string>
+ <string name="key_last_notification_update_timestamp">last_notification_update_timestamp</string>
+
</resources>

Powered by Google App Engine
This is Rietveld