| Index: webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.cc b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| index 80cf90b95b2f34c810aea71f76802254895d6aa6..feccd2fa4cec1c1ff7cccfb37f53969cc7e36360 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| @@ -418,5 +418,10 @@ bool MockPluginDelegate::IsRunningInProcess(PP_Instance instance) const {
|
| return false;
|
| }
|
|
|
| +void MockPluginDelegate::HandleDocumentLoad(
|
| + PluginInstance* instance,
|
| + const WebKit::WebURLResponse& response) {
|
| +}
|
| +
|
| } // namespace ppapi
|
| } // namespace webkit
|
|
|