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

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: Addressed twellington@'s feedback. 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
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..3761008abadb6026431efed941970575225314a7 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.SingleChooserPreferences"
+ android:key="usb"
+ android:title="@string/website_settings_usb"
+ android:icon="@drawable/settings_usb" />
</PreferenceScreen>

Powered by Google App Engine
This is Rietveld 408576698