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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2015 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 5
6 <!-- The order of the following items is from: http://crbug.com/610358. --> 6 <!-- The order of the following items is from: http://crbug.com/610358. -->
7 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> 7 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
8 <!-- All sites --> 8 <!-- All sites -->
9 <org.chromium.chrome.browser.preferences.website.SiteSettingsPreference 9 <org.chromium.chrome.browser.preferences.website.SiteSettingsPreference
10 android:fragment="org.chromium.chrome.browser.preferences.website.Single CategoryPreferences" 10 android:fragment="org.chromium.chrome.browser.preferences.website.Single CategoryPreferences"
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 android:key="translate" 67 android:key="translate"
68 android:title="@string/google_translate" 68 android:title="@string/google_translate"
69 android:icon="@drawable/settings_translate" /> 69 android:icon="@drawable/settings_translate" />
70 <!-- Storage --> 70 <!-- Storage -->
71 <!-- TODO(finnur): Move this over to the new Usage screen, once it exists. - -> 71 <!-- TODO(finnur): Move this over to the new Usage screen, once it exists. - ->
72 <org.chromium.chrome.browser.preferences.website.SiteSettingsPreference 72 <org.chromium.chrome.browser.preferences.website.SiteSettingsPreference
73 android:fragment="org.chromium.chrome.browser.preferences.website.Single CategoryPreferences" 73 android:fragment="org.chromium.chrome.browser.preferences.website.Single CategoryPreferences"
74 android:key="use_storage" 74 android:key="use_storage"
75 android:title="@string/website_settings_storage" 75 android:title="@string/website_settings_storage"
76 android:icon="@drawable/settings_storage" /> 76 android:icon="@drawable/settings_storage" />
77 <!-- USB -->
78 <org.chromium.chrome.browser.preferences.website.SiteSettingsPreference
79 android:fragment="org.chromium.chrome.browser.preferences.website.UsbCho oserPreferences"
80 android:key="usb"
81 android:title="@string/website_settings_usb"
82 android:icon="@drawable/settings_usb" />
77 </PreferenceScreen> 83 </PreferenceScreen>
OLDNEW
« 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