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

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

Issue 6222010732511232: Noissue - Prefix our IDs/strings with abb_ and group them (Closed)
Patch Set: Created May 8, 2015, 4:14 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,8 +39,8 @@
<item android:id="@+id/find_in_page"
android:title="@string/find_in_page" />
- <item android:id="@+id/block_ads"
- android:title="@string/block_ads"
+ <item android:id="@+id/abb_block_ads"
+ android:title="@string/abb_block_ads"
android:enabled="false"
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