Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: chrome/android/shell/res/menu/main_menu.xml

Issue 900103002: Fix random lint warnings in chrome/android/shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/shell/res/layout/suggestion_item.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/shell/res/menu/main_menu.xml
diff --git a/chrome/android/shell/res/menu/main_menu.xml b/chrome/android/shell/res/menu/main_menu.xml
index cf15312bf03a447f5044404bceb52ef421ae66e8..32899a24fd8d9dfa62f88d9139e2d85c676274fd 100644
--- a/chrome/android/shell/res/menu/main_menu.xml
+++ b/chrome/android/shell/res/menu/main_menu.xml
@@ -9,7 +9,7 @@
<group
android:id="@+id/MAIN_MENU"
android:visible="false" >
- <item>
+ <item android:title="@null">
<menu>
<item
android:id="@+id/back_menu_id"
@@ -37,7 +37,7 @@
<item
android:id="@+id/distill_page"
android:title="@string/distill_page_menu"/>
- <item>
+ <item android:title="@null">
<menu>
<item
android:id="@+id/share_menu_id"
« no previous file with comments | « chrome/android/shell/res/layout/suggestion_item.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698