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

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

Issue 1068223002: Implement Site Settings \ Images category. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and fix merge conflict Created 5 years, 8 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/single_website_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/content_preferences.xml
diff --git a/chrome/android/java/res/xml/content_preferences.xml b/chrome/android/java/res/xml/content_preferences.xml
index 59b69e7854bef176d8716ec6ab2bce6a6d771cf7..7a85047af768ef9f1643ec6fee2b96ebe3f48086 100644
--- a/chrome/android/java/res/xml/content_preferences.xml
+++ b/chrome/android/java/res/xml/content_preferences.xml
@@ -26,6 +26,10 @@
<Preference
android:fragment="org.chromium.chrome.browser.preferences.website.WebsitePreferences"
android:key="push_notifications" />
+ <!-- Images -->
+ <Preference
+ android:fragment="org.chromium.chrome.browser.preferences.website.WebsitePreferences"
+ android:key="images" />
<!-- JavaScript -->
<Preference
android:fragment="org.chromium.chrome.browser.preferences.website.WebsitePreferences"
« no previous file with comments | « no previous file | chrome/android/java/res/xml/single_website_preferences.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698