| Index: chrome/browser/extensions/bookmark_app_helper.cc
|
| diff --git a/chrome/browser/extensions/bookmark_app_helper.cc b/chrome/browser/extensions/bookmark_app_helper.cc
|
| index 9c030a068f16bd23819f2ba7556f01590084758b..95b59389d8117bbd16cb1484033ae078e5c269ac 100644
|
| --- a/chrome/browser/extensions/bookmark_app_helper.cc
|
| +++ b/chrome/browser/extensions/bookmark_app_helper.cc
|
| @@ -253,10 +253,11 @@ class BookmarkAppInstaller : public base::RefCounted<BookmarkAppInstaller>,
|
| bitmap_fetcher_.reset(
|
| new chrome::BitmapFetcher(urls_to_download_.back(), this));
|
| urls_to_download_.pop_back();
|
| - bitmap_fetcher_->Start(
|
| + bitmap_fetcher_->Init(
|
| service_->profile()->GetRequestContext(), std::string(),
|
| net::URLRequest::CLEAR_REFERRER_ON_TRANSITION_FROM_SECURE_TO_INSECURE,
|
| net::LOAD_DO_NOT_SAVE_COOKIES | net::LOAD_DO_NOT_SEND_COOKIES);
|
| + bitmap_fetcher_->Start();
|
| }
|
|
|
| void FinishInstallation() {
|
|
|