| Index: content/child/npapi/plugin_stream.cc
|
| ===================================================================
|
| --- content/child/npapi/plugin_stream.cc (revision 222566)
|
| +++ content/child/npapi/plugin_stream.cc (working copy)
|
| @@ -45,13 +45,6 @@
|
| free(const_cast<char*>(stream_.url));
|
| }
|
|
|
| -void PluginStream::UpdateUrl(const char* url) {
|
| - DCHECK(!opened_);
|
| - free(const_cast<char*>(stream_.url));
|
| - stream_.url = base::strdup(url);
|
| - pending_redirect_url_.clear();
|
| -}
|
| -
|
| bool PluginStream::Open(const std::string& mime_type,
|
| const std::string& headers,
|
| uint32 length,
|
|
|