| Index: webkit/glue/plugins/plugin_stream.cc
 | 
| diff --git a/webkit/glue/plugins/plugin_stream.cc b/webkit/glue/plugins/plugin_stream.cc
 | 
| index 728b180e4f8c3a7725d7858db12f9d6d4b7a6af5..e465e2dc3b01dd6a74ff58709a91a725083bba8c 100644
 | 
| --- a/webkit/glue/plugins/plugin_stream.cc
 | 
| +++ b/webkit/glue/plugins/plugin_stream.cc
 | 
| @@ -244,6 +244,10 @@ bool PluginStream::Close(NPReason reason) {
 | 
|    return true;
 | 
|  }
 | 
|  
 | 
| +webkit_glue::WebPluginResourceClient* PluginStream::AsResourceClient() {
 | 
| +  return NULL;
 | 
| +}
 | 
| +
 | 
|  void PluginStream::Notify(NPReason reason) {
 | 
|    if (notify_needed_) {
 | 
|      instance_->NPP_URLNotify(stream_.url, reason, notify_data_);
 | 
| 
 |