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

Unified Diff: chromeos/components/tether/initializer.h

Issue 2805833002: Migrate Cryptauth*Managers RegisterPrefs to CryptAuthService::RegisterProfilePrefs. (Closed)
Patch Set: 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: chromeos/components/tether/initializer.h
diff --git a/chromeos/components/tether/initializer.h b/chromeos/components/tether/initializer.h
index 76a98a972f601fb8fdc4d0d8154a543dacac24c6..b1d55be3a5ce8d26965ccfec9cb474df6a1c8d39 100644
--- a/chromeos/components/tether/initializer.h
+++ b/chromeos/components/tether/initializer.h
@@ -6,6 +6,7 @@
#define CHROMEOS_COMPONENTS_TETHER_INITIALIZER_H_
#include "base/macros.h"
+#include "components/prefs/pref_registry_simple.h"
namespace cryptauth {
class CryptAuthService;
@@ -21,6 +22,8 @@ class Initializer {
public:
static void Initialize(cryptauth::CryptAuthService* cryptauth_service);
+ static void RegisterProfilePrefs(PrefRegistrySimple* registry);
+
private:
static Initializer* instance_;

Powered by Google App Engine
This is Rietveld 408576698