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

Unified Diff: chrome/browser/net/nqe/ui_network_quality_estimator_service_factory.h

Issue 2369673004: Wire NQE Prefs to Profile (Closed)
Patch Set: More fixups Created 4 years, 2 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/net/nqe/ui_network_quality_estimator_service_factory.h
diff --git a/chrome/browser/net/nqe/ui_network_quality_estimator_service_factory.h b/chrome/browser/net/nqe/ui_network_quality_estimator_service_factory.h
index 8cb6d760f154850a1b45612d5990e9f5cc0d0ffa..ddbf1716343eb785fbff3958818a6ca4cf1b22fd 100644
--- a/chrome/browser/net/nqe/ui_network_quality_estimator_service_factory.h
+++ b/chrome/browser/net/nqe/ui_network_quality_estimator_service_factory.h
@@ -33,6 +33,7 @@ class UINetworkQualityEstimatorServiceFactory
// BrowserContextKeyedServiceFactory:
KeyedService* BuildServiceInstanceFor(
content::BrowserContext* context) const override;
+ bool ServiceIsCreatedWithBrowserContext() const override;
};
#endif // CHROME_BROWSER_NET_NQE_UI_NETWORK_QUALITY_ESTIMATOR_SERVICE_FACTORY_H_

Powered by Google App Engine
This is Rietveld 408576698