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: Address comments, rename location, change item label Created May 6, 2015, 4:41 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
===================================================================
--- a/mobile/android/base/resources/menu/browser_app_menu.xml
+++ b/mobile/android/base/resources/menu/browser_app_menu.xml
@@ -39,6 +39,11 @@
<item android:id="@+id/find_in_page"
android:title="@string/find_in_page" />
+ <item android:id="@+id/block_ads"
+ android:title="@string/block_ads"
+ android:enabled="false"
+ android:checkable="true" />
+
<item android:id="@+id/desktop_mode"
android:title="@string/desktop_mode"
android:checkable="true" />
« 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