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

Unified Diff: chrome/browser/android/webapk/webapk_install_service_factory.h

Issue 2620403002: Fix WebApkInstallService::IsInstallInProgress() crash. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/android/webapk/webapk_install_service_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/webapk/webapk_install_service_factory.h
diff --git a/chrome/browser/android/webapk/webapk_install_service_factory.h b/chrome/browser/android/webapk/webapk_install_service_factory.h
index 599a081179e02cf73a0654e597e65daab185364a..35b5771c1d2f5efa171281e2d360d7b6f8b9f6c4 100644
--- a/chrome/browser/android/webapk/webapk_install_service_factory.h
+++ b/chrome/browser/android/webapk/webapk_install_service_factory.h
@@ -28,6 +28,9 @@ class WebApkInstallServiceFactory : public BrowserContextKeyedServiceFactory {
KeyedService* BuildServiceInstanceFor(
content::BrowserContext* context) const override;
+ content::BrowserContext* GetBrowserContextToUse(
+ content::BrowserContext* context) const override;
+
DISALLOW_COPY_AND_ASSIGN(WebApkInstallServiceFactory);
};
« no previous file with comments | « no previous file | chrome/browser/android/webapk/webapk_install_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698