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

Unified Diff: Source/core/html/HTMLPlugInElement.cpp

Issue 1319673003: Reland of move javaEnabled setting. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | « Source/core/html/HTMLAppletElement.cpp ('k') | Source/modules/plugins/NavigatorPlugins.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLPlugInElement.cpp
diff --git a/Source/core/html/HTMLPlugInElement.cpp b/Source/core/html/HTMLPlugInElement.cpp
index cde57a859cdcdc7988fd99d701bf3571e05cf17c..d1028321fb23aa75d0ba798b002c433cefa0e0bf 100644
--- a/Source/core/html/HTMLPlugInElement.cpp
+++ b/Source/core/html/HTMLPlugInElement.cpp
@@ -619,7 +619,7 @@
if (!settings)
return false;
- if (MIMETypeRegistry::isJavaAppletMIMEType(mimeType) && !settings->javaEnabled())
+ if (MIMETypeRegistry::isJavaAppletMIMEType(mimeType))
return false;
if (document().isSandboxed(SandboxPlugins))
« no previous file with comments | « Source/core/html/HTMLAppletElement.cpp ('k') | Source/modules/plugins/NavigatorPlugins.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698