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

Unified Diff: chrome/browser/cryptauth/chrome_cryptauth_service_factory.h

Issue 2819713002: Create TetherService, a TetherAllowed pref, and use DependencyManager for RegisterProfilePrefs call… (Closed)
Patch Set: Do not explicitly call on TetherService::Shutdown() from UserSessionManager. 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/cryptauth/chrome_cryptauth_service_factory.h
diff --git a/chrome/browser/cryptauth/chrome_cryptauth_service_factory.h b/chrome/browser/cryptauth/chrome_cryptauth_service_factory.h
index 0218e6be0e022eb516f81e9b59f793f6e4f4e8ca..4cd6ac1186727bcca9216fb196b85d55ebb16338 100644
--- a/chrome/browser/cryptauth/chrome_cryptauth_service_factory.h
+++ b/chrome/browser/cryptauth/chrome_cryptauth_service_factory.h
@@ -27,6 +27,8 @@ class ChromeCryptAuthServiceFactory : public BrowserContextKeyedServiceFactory {
// BrowserContextKeyedServiceFactory
KeyedService* BuildServiceInstanceFor(
content::BrowserContext* context) const override;
+ void RegisterProfilePrefs(
+ user_prefs::PrefRegistrySyncable* registry) override;
DISALLOW_COPY_AND_ASSIGN(ChromeCryptAuthServiceFactory);
};

Powered by Google App Engine
This is Rietveld 408576698