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

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

Issue 2808353008: arc: kArcCompatibleFilesystemChosen pref to local state and integer. (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: chrome/browser/chromeos/arc/arc_session_manager.h
diff --git a/chrome/browser/chromeos/arc/arc_session_manager.h b/chrome/browser/chromeos/arc/arc_session_manager.h
index a9bf4f5e188b6e5bc026b322d814e1f020a89011..5029926363277202a421bd3ccb29d5478ee10c42 100644
--- a/chrome/browser/chromeos/arc/arc_session_manager.h
+++ b/chrome/browser/chromeos/arc/arc_session_manager.h
@@ -19,6 +19,7 @@
#include "components/arc/arc_stop_reason.h"
class ArcAppLauncher;
+class PrefRegistrySimple;
class Profile;
namespace user_prefs {
@@ -118,8 +119,9 @@ class ArcSessionManager : public ArcSessionRunner::Observer,
// Exposed here for unit_tests validation.
static bool IsOobeOptInActive();
- // It is called from chrome/browser/prefs/browser_prefs.cc.
+ // Pref registration is called from chrome/browser/prefs/browser_prefs.cc.
static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
+ static void RegisterLocalStatePrefs(PrefRegistrySimple* registry);
static void DisableUIForTesting();
static void EnableCheckAndroidManagementForTesting();
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_session_manager.cc » ('j') | chrome/browser/chromeos/arc/arc_session_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698