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

Unified Diff: chrome/android/shell/res/xml/chrome_shell_main_preferences.xml

Issue 850813002: Upstream Site Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@location_settings_singleton
Patch Set: use findbugs annotations; fix test Created 5 years, 11 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/shell/res/xml/chrome_shell_main_preferences.xml
diff --git a/chrome/android/shell/res/xml/chrome_shell_main_preferences.xml b/chrome/android/shell/res/xml/chrome_shell_main_preferences.xml
index 6822cdf7bf3b9b6a553d65b57d7dccc92a28a150..0579649c99255777d853985fe5448f2b748e9b02 100644
--- a/chrome/android/shell/res/xml/chrome_shell_main_preferences.xml
+++ b/chrome/android/shell/res/xml/chrome_shell_main_preferences.xml
@@ -17,6 +17,9 @@
android:fragment="org.chromium.chrome.browser.preferences.AccessibilityPreferences"
android:title="@string/prefs_accessibility" />
<Preference
+ android:fragment="org.chromium.chrome.browser.preferences.website.ContentPreferences"
+ android:title="@string/prefs_content_settings" />
+ <Preference
android:fragment="org.chromium.chrome.browser.preferences.AboutChromePreferences"
android:title="@string/prefs_about_chrome" />
</PreferenceScreen>

Powered by Google App Engine
This is Rietveld 408576698