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

Unified Diff: chrome/browser/android/preferences/website_preference_bridge.cc

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 | « chrome/android/java/res/xml/content_preferences.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/preferences/website_preference_bridge.cc
diff --git a/chrome/browser/android/preferences/website_preference_bridge.cc b/chrome/browser/android/preferences/website_preference_bridge.cc
index 6bc4986b504232658e0f4ca2cad253d5c0d91713..a82ee7513e878fd26f14a3488a0f5a7b5ec3a0a8 100644
--- a/chrome/browser/android/preferences/website_preference_bridge.cc
+++ b/chrome/browser/android/preferences/website_preference_bridge.cc
@@ -114,6 +114,7 @@ static void GetOrigins(JNIEnv* env,
case CONTENT_SETTINGS_TYPE_FULLSCREEN:
Java_WebsitePreferenceBridge_insertFullscreenInfoIntoList(
env, list, jorigin.obj(), jembedder.obj());
+ break;
default:
DCHECK(false);
break;
« no previous file with comments | « chrome/android/java/res/xml/content_preferences.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698