Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5608)

Unified Diff: chrome/browser/installable/installable_manager.h

Issue 2791923005: Fails InstallableManager if a selected badge icon cannot be fetched. (Closed)
Patch Set: Correct the error of making badge icon required Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/installable/installable_manager.h
diff --git a/chrome/browser/installable/installable_manager.h b/chrome/browser/installable/installable_manager.h
index 5d56abd0e35b2c22e0a9c43bcf3e4b70d394e9b1..87171a2c9a49d7c0813e3c92e6a10436dee71e43 100644
--- a/chrome/browser/installable/installable_manager.h
+++ b/chrome/browser/installable/installable_manager.h
@@ -198,7 +198,7 @@ class InstallableManager
void CheckServiceWorker();
void OnDidCheckHasServiceWorker(content::ServiceWorkerCapability capability);
- void CheckAndFetchBestIcon(const IconParams& params);
+ void CheckAndFetchBestIcon(const IconParams& params, bool is_required);
void OnIconFetched(
const GURL icon_url, const IconParams& params, const SkBitmap& bitmap);
« no previous file with comments | « no previous file | chrome/browser/installable/installable_manager.cc » ('j') | chrome/browser/installable/installable_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698