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

Unified Diff: chrome/browser/chromeos/arc/arc_auth_service.h

Issue 2104893003: Adds a new checkbox for backup and restore in opt-in flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds a new checkbox for backup and restore in opt-in flow. Created 4 years, 6 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/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);

Powered by Google App Engine
This is Rietveld 408576698