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

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

Issue 986653004: Add fullscreen permission controls to settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 9 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/content_preferences.xml
diff --git a/chrome/android/java/res/xml/content_preferences.xml b/chrome/android/java/res/xml/content_preferences.xml
index 679971caa03058e42d7d66d5e956c3787307a63c..f0b8626beb821a701c5b0894fbb63e1ff0c07417 100644
--- a/chrome/android/java/res/xml/content_preferences.xml
+++ b/chrome/android/java/res/xml/content_preferences.xml
@@ -51,4 +51,8 @@
android:key="use_storage"
android:title="@string/website_settings_storage"
android:icon="@drawable/settings_storage" />
+ <!-- Fullscreen -->
+ <Preference
+ android:fragment="org.chromium.chrome.browser.preferences.website.WebsitePreferences"
+ android:key="fullscreen" />
</PreferenceScreen>

Powered by Google App Engine
This is Rietveld 408576698