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

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

Issue 1505913003: Add update menu item and app menu icon badge (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rearrange field_trial.. again to facilitate command line testing Created 5 years 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/java/res/layout/update_menu_item.xml ('k') | chrome/android/java/res/values-v17/styles.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/menu/main_menu.xml
diff --git a/chrome/android/java/res/menu/main_menu.xml b/chrome/android/java/res/menu/main_menu.xml
index 7f7b2428e53913b53a3f8b200122f8369e4e2c63..fd02acdd08e6ff1644019d2b04927d4cffe9c0da 100644
--- a/chrome/android/java/res/menu/main_menu.xml
+++ b/chrome/android/java/res/menu/main_menu.xml
@@ -24,6 +24,9 @@
android:icon="@drawable/btn_reload_stop"/>
</menu>
</item>
+ <item android:id="@+id/update_menu_id"
+ android:title="@string/menu_update"
+ android:icon="@drawable/menu_update" />
<item android:id="@+id/new_tab_menu_id"
android:title="@string/menu_new_tab" />
<item android:id="@+id/new_incognito_tab_menu_id"
« no previous file with comments | « chrome/android/java/res/layout/update_menu_item.xml ('k') | chrome/android/java/res/values-v17/styles.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698