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

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

Issue 5365916275572736: Issue 2351 - Add a custom menu item for whitelisting the current site (Closed)
Patch Set: Add missing break Created April 27, 2015, 9:47 a.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
===================================================================
--- a/mobile/android/base/resources/menu/browser_app_menu.xml
+++ b/mobile/android/base/resources/menu/browser_app_menu.xml
@@ -43,6 +43,11 @@
android:title="@string/desktop_mode"
android:checkable="true" />
+ <item android:id="@+id/block_ads"
+ android:title="@string/block_ads"
+ android:enabled="false"
+ android:checkable="true" />
+
<item android:id="@+id/addons"
android:title="@string/addons"/>
« no previous file with comments | « mobile/android/base/resources/menu-xlarge-v11/browser_app_menu.xml ('k') | mobile/android/base/strings.xml.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld