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

Unified Diff: mobile/android/tests/browser/robocop/src/org/mozilla/gecko/tests/StringHelper.java

Issue 29341117: Issue 3766 - Restore default ABP bookmarks
Patch Set: Removing default bookmarks Created May 10, 2016, 3:36 p.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
« no previous file with comments | « mobile/android/base/strings.xml.in ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/tests/browser/robocop/src/org/mozilla/gecko/tests/StringHelper.java
===================================================================
--- a/mobile/android/tests/browser/robocop/src/org/mozilla/gecko/tests/StringHelper.java
+++ b/mobile/android/tests/browser/robocop/src/org/mozilla/gecko/tests/StringHelper.java
@@ -299,22 +299,24 @@ public class StringHelper {
OK = res.getString(R.string.button_ok);
CANCEL = res.getString(R.string.button_cancel);
CLEAR = res.getString(R.string.button_clear);
// Note: DEFAULT_BOOKMARKS_TITLES.length == DEFAULT_BOOKMARKS_URLS.length
DEFAULT_BOOKMARKS_TITLES = new String[] {
res.getString(R.string.bookmarkdefaults_title_aboutfirefox),
res.getString(R.string.bookmarkdefaults_title_adblockplus),
- res.getString(R.string.bookmarkdefaults_title_acceptableads)
+ res.getString(R.string.bookmarkdefaults_title_acceptableads),
+ res.getString(R.string.bookmarkdefaults_title_adblockbrowserbetacommunity)
};
DEFAULT_BOOKMARKS_URLS = new String[] {
res.getString(R.string.bookmarkdefaults_url_aboutfirefox),
res.getString(R.string.bookmarkdefaults_url_adblockplus),
- res.getString(R.string.bookmarkdefaults_url_acceptableads)
+ res.getString(R.string.bookmarkdefaults_url_acceptableads),
+ res.getString(R.string.bookmarkdefaults_url_adblockbrowserbetacommunity)
};
DEFAULT_BOOKMARKS_COUNT = DEFAULT_BOOKMARKS_TITLES.length;
// About pages
ABOUT_FIREFOX_URL = res.getString(R.string.bookmarkdefaults_url_aboutfirefox);
// Context Menu item strings
CONTEXT_MENU_OPEN_IN_NEW_TAB = res.getString(R.string.contextmenu_open_new_tab);
« no previous file with comments | « mobile/android/base/strings.xml.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld