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

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

Issue 861103002: Credentials chooser UI for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased on top of master 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
Index: chrome/android/java/res/menu/credential_picker_infobar_more_menu_popup.xml
diff --git a/chrome/android/java/res/menu/website_preferences_menu.xml b/chrome/android/java/res/menu/credential_picker_infobar_more_menu_popup.xml
similarity index 60%
copy from chrome/android/java/res/menu/website_preferences_menu.xml
copy to chrome/android/java/res/menu/credential_picker_infobar_more_menu_popup.xml
index 3be2f44f94d5b730adc15a56fbb37d23aeffe75e..5343be82957108675e9619f258ca304ef8c00fe2 100644
--- a/chrome/android/java/res/menu/website_preferences_menu.xml
+++ b/chrome/android/java/res/menu/credential_picker_infobar_more_menu_popup.xml
@@ -5,8 +5,8 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:chrome="http://schemas.android.com/apk/res-auto">
newt (away) 2015/02/04 22:17:51 remove xmlns:chrome
melandory 2015/02/17 16:16:57 Done.
- <item android:id="@+id/search"
- android:title="@string/website_settings_search"
- chrome:showAsAction="always"
- chrome:actionViewClass="android.support.v7.widget.SearchView" />
+ <item android:id="@+id/learn_more"
+ android:title="@string/account_chooser_infobar_menu_learn_more"/>
+ <item android:id="@+id/settings"
+ android:title="@string/account_chooser_infobar_menu_settings"/>
</menu>

Powered by Google App Engine
This is Rietveld 408576698