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

Unified Diff: chrome/android/java/res/xml/site_settings_preferences.xml

Issue 2159533002: Add a section to Site Settings listing USB devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@android_usb_settings
Patch Set: Iterate ArrayLists by index. Created 4 years, 4 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 | « no previous file | chrome/android/java/res/xml/usb_chooser_preferences.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/xml/site_settings_preferences.xml
diff --git a/chrome/android/java/res/xml/site_settings_preferences.xml b/chrome/android/java/res/xml/site_settings_preferences.xml
index 860c427f0911215f9db163f68121efecd98f6072..7e44bb12568014e40d84ba9f3024e45b467f7a5f 100644
--- a/chrome/android/java/res/xml/site_settings_preferences.xml
+++ b/chrome/android/java/res/xml/site_settings_preferences.xml
@@ -74,4 +74,10 @@
android:key="use_storage"
android:title="@string/website_settings_storage"
android:icon="@drawable/settings_storage" />
+ <!-- USB -->
+ <org.chromium.chrome.browser.preferences.website.SiteSettingsPreference
+ android:fragment="org.chromium.chrome.browser.preferences.website.UsbChooserPreferences"
+ android:key="usb"
+ android:title="@string/website_settings_usb"
+ android:icon="@drawable/settings_usb" />
</PreferenceScreen>
« no previous file with comments | « no previous file | chrome/android/java/res/xml/usb_chooser_preferences.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698