| Index: third_party/WebKit/public/web/WebPluginContainer.h
|
| diff --git a/third_party/WebKit/public/web/WebPluginContainer.h b/third_party/WebKit/public/web/WebPluginContainer.h
|
| index aff88c6a638b4489a74c22075ac4fe4e50e62866..371cc6baaa5abbae16d214c5d05c864d78753e56 100644
|
| --- a/third_party/WebKit/public/web/WebPluginContainer.h
|
| +++ b/third_party/WebKit/public/web/WebPluginContainer.h
|
| @@ -104,7 +104,7 @@ public:
|
| // called if the load failed. The given notifyData is passed along to
|
| // the callback.
|
| virtual void loadFrameRequest(
|
| - const WebURLRequest&, const WebString& target, bool notifyNeeded, void* notifyData) = 0;
|
| + const WebURLRequest&, const WebString& target) = 0;
|
|
|
| // Determines whether the given rectangle in this plugin is above all other
|
| // content. The rectangle is in the plugin's coordinate system.
|
|
|