Add RLZ support to Browser.
RLZ assigns non-unique, non-personally identifiable tracking
labels to client products; these labels sometimes appear in
Google search queries. See http://code.google.com/p/rlz for
more info.
Bug: 2927060
Change-Id: I992cd2859d590616df57293adb7ac22038088d49
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 238cf5c..e825b85 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -754,4 +754,8 @@
<!-- The default state to the "up to parent folder" button in the bookmarks UI. This
is displayed when the user is at the highest level and cannot go up -->
<string name="defaultBookmarksUpButton">Bookmarks</string>
+
+ <!-- Access point for RLZ tracking. -->
+ <string name="rlz_access_point">Y1</string>
+
</resources>