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 30018598: Issue 7281 - Remove Google+ links (Closed)
Patch Set: Adjustments in regards to Anton's comments Created Feb. 27, 2019, 5 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') | mobile/locales/en-US/chrome/region.properties » ('j') | 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
@@ -244,24 +244,22 @@
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_about_browser),
res.getString(R.string.bookmarkdefaults_title_adblock_plus),
- res.getString(R.string.bookmarkdefaults_title_acceptable_ads),
- res.getString(R.string.bookmarkdefaults_title_beta_community)
+ res.getString(R.string.bookmarkdefaults_title_acceptable_ads)
};
DEFAULT_BOOKMARKS_URLS = new String[] {
res.getString(R.string.bookmarkdefaults_url_about_browser),
res.getString(R.string.bookmarkdefaults_url_adblock_plus),
- res.getString(R.string.bookmarkdefaults_url_acceptable_ads),
- res.getString(R.string.bookmarkdefaults_url_beta_community)
+ res.getString(R.string.bookmarkdefaults_url_acceptable_ads)
};
DEFAULT_BOOKMARKS_COUNT = DEFAULT_BOOKMARKS_TITLES.length;
// About pages
ABOUT_FIREFOX_URL = res.getString(R.string.bookmarkdefaults_url_about_browser);
// 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') | mobile/locales/en-US/chrome/region.properties » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld