Window to Tab string change
Bug: 5145162
Part of this also involved unifying the wording between tablet and
phones menu, which revealed some unused assets. Combined bookmark
phone and tablet menus into one xml, with bool switches to turn
items on/off as needed instead of having 2 very similar files
Change-Id: I700d5c5b3b7f9aefe9c96a0c79c140e3bf09ce6f
diff --git a/res/values/bools.xml b/res/values/bools.xml
index 55f8242..2cd26a8 100644
--- a/res/values/bools.xml
+++ b/res/values/bools.xml
@@ -14,4 +14,7 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<bool name="isTablet">false</bool>
<bool name="hide_nav_buttons">true</bool>
+ <!-- Browser menu toggles -->
+ <bool name="menu_show_navigation">true</bool>
+ <bool name="menu_show_bookmarks">true</bool>
</resources>