Fix #1722851. Move the Browser's default home page to the resource so that we can localize it easily.
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e91a6b6..7b50a2a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -584,6 +584,11 @@
     <!-- Do not translate.  Testing only -->
     <string name="dump_nav" translatable="false">Dump navigation cache</string>
 
+    <!-- The default homepage. If it starts with "http://www.google" and the
+            user signs up the device with a Google sites account, the site's
+            domain will be appended. -->
+    <string name="homepage_base">http://www.google.com/m?client=ms-{CID}</string>
+
     <!-- Bookmarks -->
     <string-array name="bookmarks" translatable="false">
         <item>Google</item>