am 79e36dbe: Merge "Add new default bookmark" into ics-mr1

* commit '79e36dbe90997dbd2d276241bfac8cc2c2bac9f0':
  Add new default bookmark
diff --git a/res/raw/thumb_help.png b/res/raw/thumb_help.png
new file mode 100644
index 0000000..9f18fc1
--- /dev/null
+++ b/res/raw/thumb_help.png
Binary files differ
diff --git a/res/values/bookmarks_icons.xml b/res/values/bookmarks_icons.xml
index 5d8e85a..afad0ce 100644
--- a/res/values/bookmarks_icons.xml
+++ b/res/values/bookmarks_icons.xml
@@ -3,6 +3,8 @@
     <array name="bookmark_preloads">
         <item>@raw/favicon_google</item>
         <item>@raw/thumb_google</item>
+        <item>@raw/favicon_google</item>
+        <item>@raw/thumb_help</item>
         <item>@raw/favicon_picasa</item>
         <item>@raw/thumb_picasa</item>
         <item>@raw/favicon_yahoo</item>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6a1a6f1..1e5f68f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -774,10 +774,15 @@
     <string name="instant_base" translatable="false">
         http://www.google.com/webhp?client={CID}&amp;source=android-instant&amp;ion=1</string>
 
+    <!-- The name of the help page bookmark [CHAR LIMIT=10] -->
+    <string name="help_page">Help</string>
+
     <!-- Bookmarks -->
     <string-array name="bookmarks" translatable="false">
         <item>Google</item>
         <item>http://www.google.com/</item>
+        <item>@string/help_page</item>
+        <item>http://www.google.com/support/mobile/?p=help_home</item>
         <item>Picasa</item>
         <item>http://picasaweb.google.com/</item>
         <item>Yahoo!</item>