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

Unified Diff: chrome/android/java_staging/res/menu/textselectionmenu.xml

Issue 1141283003: Upstream oodles of Chrome for Android code into Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: final patch? Created 5 years, 7 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_staging/res/menu/textselectionmenu.xml
diff --git a/chrome/android/java/res/menu/overflow_selector_for_smart_lock_infobars.xml b/chrome/android/java_staging/res/menu/textselectionmenu.xml
similarity index 61%
copy from chrome/android/java/res/menu/overflow_selector_for_smart_lock_infobars.xml
copy to chrome/android/java_staging/res/menu/textselectionmenu.xml
index addb62822cdd1edf1308aa1551b9e7f45b92a075..868a6ce96144da9820438af7237ff06aa459d98b 100644
--- a/chrome/android/java/res/menu/overflow_selector_for_smart_lock_infobars.xml
+++ b/chrome/android/java_staging/res/menu/textselectionmenu.xml
@@ -4,8 +4,8 @@
found in the LICENSE file. -->
<menu xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:id="@+id/learn_more"
- android:title="@string/learn_more"/>
- <item android:id="@+id/settings"
- android:title="@string/preferences"/>
-</menu>
+ <item
+ android:id="@+id/copy_url"
+ android:title="@string/contextmenu_copy_url"
+ android:showAsAction="always|withText" />
+</menu>

Powered by Google App Engine
This is Rietveld 408576698