| Index: chrome/browser/extensions/bookmark_app_helper.h
|
| diff --git a/chrome/browser/extensions/bookmark_app_helper.h b/chrome/browser/extensions/bookmark_app_helper.h
|
| index ff260aebaf2e0c93f042d1aef7b59fd0bdf0b181..174ede8d9a4891287e26b2ad327c2fde0ba8adc4 100644
|
| --- a/chrome/browser/extensions/bookmark_app_helper.h
|
| +++ b/chrome/browser/extensions/bookmark_app_helper.h
|
| @@ -115,7 +115,8 @@ class BookmarkAppHelper : public content::NotificationObserver {
|
| // Called by the WebContents when the manifest has been downloaded. If there
|
| // is no manifest, or the WebContents is destroyed before the manifest could
|
| // be downloaded, this is called with an empty manifest.
|
| - void OnDidGetManifest(const content::Manifest& manifest);
|
| + void OnDidGetManifest(const GURL& manifest_url,
|
| + const content::Manifest& manifest);
|
|
|
| // Performs post icon download tasks including installing the bookmark app.
|
| void OnIconsDownloaded(bool success,
|
|
|