| Index: chrome/test/plugin/plugin_test.cpp
|
| ===================================================================
|
| --- chrome/test/plugin/plugin_test.cpp (revision 86090)
|
| +++ chrome/test/plugin/plugin_test.cpp (working copy)
|
| @@ -250,7 +250,7 @@
|
| void Start() {
|
| initial_download_path_ = PluginTest::GetTestUrl("flash.html", false);
|
| download_helper_ = new PluginDownloadUrlHelper(
|
| - initial_download_path_.spec(), base::GetCurrentProcId(), NULL,
|
| + initial_download_path_.spec(), NULL,
|
| static_cast<PluginDownloadUrlHelper::DownloadDelegate*>(this));
|
| download_helper_->InitiateDownload(new TestURLRequestContext);
|
|
|
|
|