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

Unified Diff: mobile/android/app/src/main/res/menu-large-v26/browser_app_menu.xml

Issue 29670606: Issue 6278 - Crash when opening the dropdown menu on Oreo (Closed)
Patch Set: Created Jan. 16, 2018, 4:31 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
« no previous file with comments | « no previous file | mobile/android/app/src/main/res/menu-v26/browser_app_menu.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/app/src/main/res/menu-large-v26/browser_app_menu.xml
===================================================================
--- a/mobile/android/app/src/main/res/menu-large-v26/browser_app_menu.xml
+++ b/mobile/android/app/src/main/res/menu-large-v26/browser_app_menu.xml
@@ -44,16 +44,21 @@
android:title="@string/bookmarks_title"/>
<item android:id="@+id/history_list"
android:title="@string/history_title"/>
<item android:id="@+id/find_in_page"
android:title="@string/find_in_page" />
+ <item android:id="@+id/abb_block_ads"
+ android:title="@string/abb_block_ads"
+ android:enabled="false"
+ android:checkable="true" />
+
<item android:id="@+id/desktop_mode"
android:title="@string/desktop_mode"
android:checkable="true" />
<item android:id="@+id/addons_top_level"
android:title="@string/addons"
android:visible="false" />
« no previous file with comments | « no previous file | mobile/android/app/src/main/res/menu-v26/browser_app_menu.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld