| Index: third_party/WebKit/public/web/WebPlugin.h
|
| diff --git a/third_party/WebKit/public/web/WebPlugin.h b/third_party/WebKit/public/web/WebPlugin.h
|
| index 58888f6c19f5ac8a9e14772bec48341826a986c4..845b6303a7617a12aca1230540143c303d355a46 100644
|
| --- a/third_party/WebKit/public/web/WebPlugin.h
|
| +++ b/third_party/WebKit/public/web/WebPlugin.h
|
| @@ -118,12 +118,6 @@ public:
|
| virtual void didFinishLoading() = 0;
|
| virtual void didFailLoading(const WebURLError&) = 0;
|
|
|
| - // Called in response to WebPluginContainer::loadFrameRequest
|
| - virtual void didFinishLoadingFrameRequest(
|
| - const WebURL&, void* notifyData) = 0;
|
| - virtual void didFailLoadingFrameRequest(
|
| - const WebURL&, void* notifyData, const WebURLError&) = 0;
|
| -
|
| // Printing interface.
|
| // Whether the plugin supports its own paginated print. The other print
|
| // interface methods are called only if this method returns true.
|
|
|