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

Unified Diff: Source/modules/plugins/NavigatorPlugins.h

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/HTMLPlugInElement.cpp ('k') | Source/modules/plugins/NavigatorPlugins.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/plugins/NavigatorPlugins.h
diff --git a/Source/modules/plugins/NavigatorPlugins.h b/Source/modules/plugins/NavigatorPlugins.h
index 635d09661f72301cf6bd5dcc2b347c5d86e1ecae..e91cd162a29695d46f20dfcb2e8ddb82defe983e 100644
--- a/Source/modules/plugins/NavigatorPlugins.h
+++ b/Source/modules/plugins/NavigatorPlugins.h
@@ -36,7 +36,6 @@
DOMPluginArray* plugins(LocalFrame*) const;
DOMMimeTypeArray* mimeTypes(LocalFrame*) const;
- bool javaEnabled(LocalFrame*) const;
mutable Member<DOMPluginArray> m_plugins;
mutable Member<DOMMimeTypeArray> m_mimeTypes;
« no previous file with comments | « Source/core/html/HTMLPlugInElement.cpp ('k') | Source/modules/plugins/NavigatorPlugins.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698