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

Unified Diff: chrome/android/java/res/menu/account_chooser_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: Comment. 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/account_chooser_infobar_more_menu_popup.xml
diff --git a/chrome/android/java/res/menu/website_preferences_menu.xml b/chrome/android/java/res/menu/account_chooser_infobar_more_menu_popup.xml
similarity index 51%
copy from chrome/android/java/res/menu/website_preferences_menu.xml
copy to chrome/android/java/res/menu/account_chooser_infobar_more_menu_popup.xml
index 3be2f44f94d5b730adc15a56fbb37d23aeffe75e..addb62822cdd1edf1308aa1551b9e7f45b92a075 100644
--- a/chrome/android/java/res/menu/website_preferences_menu.xml
+++ b/chrome/android/java/res/menu/account_chooser_infobar_more_menu_popup.xml
@@ -3,10 +3,9 @@
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
-<menu xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:chrome="http://schemas.android.com/apk/res-auto">
- <item android:id="@+id/search"
- android:title="@string/website_settings_search"
- chrome:showAsAction="always"
- chrome:actionViewClass="android.support.v7.widget.SearchView" />
+<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>
« no previous file with comments | « chrome/android/java/res/layout/account_chooser_infobar_list.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698