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

Unified Diff: Source/web/FrameLoaderClientImpl.h

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Hopefully all the tests 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
Index: Source/web/FrameLoaderClientImpl.h
diff --git a/Source/web/FrameLoaderClientImpl.h b/Source/web/FrameLoaderClientImpl.h
index e04173f307733212e41b8ddf0ac472523f3836e1..8bb36bddab91d4de09452c61a249a3ce7c2de014 100644
--- a/Source/web/FrameLoaderClientImpl.h
+++ b/Source/web/FrameLoaderClientImpl.h
@@ -128,11 +128,6 @@ public:
HTMLPlugInElement*, const KURL&,
const Vector<WTF::String>&, const Vector<WTF::String>&,
const WTF::String&, bool loadManually, DetachedPluginPolicy) override;
- PassRefPtrWillBeRawPtr<Widget> createJavaAppletWidget(
- HTMLAppletElement*,
- const KURL& /* base_url */,
- const Vector<WTF::String>& paramNames,
- const Vector<WTF::String>& paramValues) override;
PassOwnPtr<WebMediaPlayer> createWebMediaPlayer(HTMLMediaElement&, const WebURL&, WebMediaPlayerClient*) override;
ObjectContentType objectContentType(
const KURL&, const WTF::String& mimeType, bool shouldPreferPlugInsForImages) override;

Powered by Google App Engine
This is Rietveld 408576698