Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/base/resources/menu/browser_app_menu.xml

Issue 5664054114779136: Issue 2350 - Remove Add-ons, Apps and Sync (Closed)
Patch Set: Hide instead of remove, comments Created April 23, 2015, 3:04 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mobile/android/base/resources/menu/browser_app_menu.xml
diff --git a/mobile/android/base/resources/menu/browser_app_menu.xml b/mobile/android/base/resources/menu/browser_app_menu.xml
index 18011d8358590568f5938eda4077baeb221c007e..aadfb93a9b4c84b46e6adccb85cfe8b1ec354406 100644
--- a/mobile/android/base/resources/menu/browser_app_menu.xml
+++ b/mobile/android/base/resources/menu/browser_app_menu.xml
@@ -44,13 +44,15 @@
android:checkable="true" />
<item android:id="@+id/addons"
- android:title="@string/addons"/>
+ android:title="@string/addons"
+ android:visible="false" />
<item android:id="@+id/downloads"
android:title="@string/downloads"/>
<item android:id="@+id/apps"
- android:title="@string/apps"/>
+ android:title="@string/apps"
+ android:visible="false" />
<item android:id="@+id/char_encoding"
android:visible="false"

Powered by Google App Engine
This is Rietveld