No load home page.
Rather than load a home page, bring up the browser/new tabs
displaying the bookmarks page, with a search bar that can be
clicked to open the omnibox. Also rearrange the menu. Fix for
http://b/issue?id=2018524
diff --git a/res/values/strings.xml b/res/values/strings.xml
index fb4295c..eeb9f11 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -122,6 +122,8 @@
<string name="stop">Stop</string>
<!-- Menu item to reload or refresh the current page. -->
<string name="reload">Refresh</string>
+ <!-- Menu item to go back to the previous page -->
+ <string name="back">Back</string>
<!-- Menu item to go to the next page (only useful if the user has previously hit back.) -->
<string name="forward">Forward</string>
<!-- Button label to confirm saving a bookmark. -->