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

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: Add proper icons 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
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"

Powered by Google App Engine
This is Rietveld 408576698