Chromium Code Reviews| Index: chrome/browser/plugin_installer.cc |
| diff --git a/chrome/browser/plugin_installer.cc b/chrome/browser/plugin_installer.cc |
| index 7f2f66aae8b7ace95764cec676db6ed2b0ea4b83..f62f3d7dfad38041f9fb006ea6e4e5875bdf6239 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 /* from_web */, |
|
darin (slow to review)
2012/05/12 18:23:08
nit: use C++ style comment
false, // from_web
Randy Smith (Not in Mondays)
2012/05/12 19:56:37
Done.
|
| resource_context, |
| render_process_host_id, |
| render_view_host_routing_id, |