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

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

Issue 2180293002: Remove the print option from the menu and make it a share destination. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 5 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/java/res/drawable-xxxhdpi/print.png ('k') | chrome/android/java/res/values/ids.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 fa522015f14b064215e90408efc8cb0c567eff1e..216206b714951fa472db74446be2a3118630c680 100644
--- a/chrome/android/java/res/menu/main_menu.xml
+++ b/chrome/android/java/res/menu/main_menu.xml
@@ -50,8 +50,6 @@
android:title="@null" />
</menu>
</item>
- <item android:id="@+id/print_id"
- android:title="@string/menu_print" />
<item android:id="@+id/find_in_page_id"
android:title="@string/menu_find_in_page" />
<item android:id="@+id/add_to_homescreen_id"
« no previous file with comments | « chrome/android/java/res/drawable-xxxhdpi/print.png ('k') | chrome/android/java/res/values/ids.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698