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

Unified Diff: chrome/android/java/res_orca/values/channel_constants.xml

Issue 29684695: Issue 6287 - Create codename Orca v.0 to launch internally to the team (Closed)
Patch Set: Added link to issue and adjusted versionName Created Feb. 1, 2018, 8:51 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: chrome/android/java/res_orca/values/channel_constants.xml
diff --git a/chrome/android/java/res_chromium/values/channel_constants.xml b/chrome/android/java/res_orca/values/channel_constants.xml
similarity index 53%
copy from chrome/android/java/res_chromium/values/channel_constants.xml
copy to chrome/android/java/res_orca/values/channel_constants.xml
index b7b3bfc29641543f40d5e077f37295ace3008e4a..4005b17c7487a2501159080e27db993ca1dead4e 100644
--- a/chrome/android/java/res_chromium/values/channel_constants.xml
+++ b/chrome/android/java/res_orca/values/channel_constants.xml
@@ -5,7 +5,8 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<!-- The application name displayed to the user. -->
- <string name="app_name" translatable="false">Chromium</string>
- <string name="bookmark_widget_title" translatable="false">Chromium bookmarks</string>
- <string name="search_widget_title" translatable="false">Chromium search</string>
+ <!-- Change app name. See https://issues.adblockplus.org/ticket/6287 -->
+ <string name="app_name" translatable="false">Orca</string>
+ <string name="bookmark_widget_title" translatable="false">Orca bookmarks</string>
+ <string name="search_widget_title" translatable="false">Orca search</string>
</resources>

Powered by Google App Engine
This is Rietveld