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

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

Issue 1044883002: Fix DCHECK and positioning for FullScreen within the Site Settings menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't show the FullScreen entry on Site Details page 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
« no previous file with comments | « no previous file | chrome/browser/android/preferences/website_preference_bridge.cc » ('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 f0b8626beb821a701c5b0894fbb63e1ff0c07417..59b69e7854bef176d8716ec6ab2bce6a6d771cf7 100644
--- a/chrome/android/java/res/xml/content_preferences.xml
+++ b/chrome/android/java/res/xml/content_preferences.xml
@@ -34,6 +34,10 @@
<Preference
android:fragment="org.chromium.chrome.browser.preferences.website.WebsitePreferences"
android:key="popups" />
+ <!-- Fullscreen -->
+ <Preference
+ android:fragment="org.chromium.chrome.browser.preferences.website.WebsitePreferences"
+ android:key="fullscreen" />
<!-- Protected content -->
<Preference
android:fragment="org.chromium.chrome.browser.preferences.ProtectedContentPreferences"
@@ -51,8 +55,4 @@
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>
« no previous file with comments | « no previous file | chrome/browser/android/preferences/website_preference_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698