Chromium Code Reviews| Index: chrome/browser/chromeos/arc/arc_auth_service.h |
| diff --git a/chrome/browser/chromeos/arc/arc_auth_service.h b/chrome/browser/chromeos/arc/arc_auth_service.h |
| index 993f6ed5e466f93f95d28a4d4f584762a1a8044b..c4cd5f3e395ad4b87b913e82c826575eca4fa9c4 100644 |
| --- a/chrome/browser/chromeos/arc/arc_auth_service.h |
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.h |
| @@ -27,6 +27,7 @@ class ArcAppLauncher; |
| class GaiaAuthFetcher; |
| class Profile; |
| class ProfileOAuth2TokenService; |
| +class PrefRegistrySimple; |
| namespace ash { |
| class ShelfDelegate; |
| @@ -102,6 +103,9 @@ class ArcAuthService : public ArcService, |
| // It is called from chrome/browser/prefs/browser_prefs.cc. |
| static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry); |
| + // It is called from chrome/browser/prefs/browser_prefs.cc. |
| + static void RegisterPrefs(PrefRegistrySimple* registry); |
|
khmel
2016/06/28 23:09:54
Should it be sync able?
malaykeshav
2016/06/29 01:29:06
No, this is for the non syncable prefs.
|
| + |
| static void DisableUIForTesting(); |
| static void SetShelfDelegateForTesting(ash::ShelfDelegate* shelf_delegate); |