| Index: chrome/browser/plugin_installer.cc
|
| diff --git a/chrome/browser/plugin_installer.cc b/chrome/browser/plugin_installer.cc
|
| index 7f2f66aae8b7ace95764cec676db6ed2b0ea4b83..75e9cf244e79af0b93a05f67791599c2fa59d47d 100644
|
| --- a/chrome/browser/plugin_installer.cc
|
| +++ b/chrome/browser/plugin_installer.cc
|
| @@ -44,6 +44,7 @@ void BeginDownload(
|
| scoped_ptr<net::URLRequest> request(new net::URLRequest(url, NULL));
|
| net::Error error = rdh->BeginDownload(
|
| request.Pass(),
|
| + false, // is_content_initiated
|
| resource_context,
|
| render_process_host_id,
|
| render_view_host_routing_id,
|
|
|