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

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

Issue 2808353008: arc: kArcCompatibleFilesystemChosen pref to local state and integer. (Closed)
Patch Set: DISALLOW_COPY_AND_ASSIGN 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_util.h » ('j') | chrome/browser/chromeos/arc/arc_util.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/arc/arc_session_manager.cc
diff --git a/chrome/browser/chromeos/arc/arc_session_manager.cc b/chrome/browser/chromeos/arc/arc_session_manager.cc
index 37782a423fd506dec462993dee536f7d2bce96d8..092411e8601dfdf94e4a51149456adeb8be3c464 100644
--- a/chrome/browser/chromeos/arc/arc_session_manager.cc
+++ b/chrome/browser/chromeos/arc/arc_session_manager.cc
@@ -178,7 +178,6 @@ void ArcSessionManager::RegisterProfilePrefs(
// AD-managed device.
registry->RegisterStringPref(prefs::kArcActiveDirectoryPlayUserId,
std::string());
- registry->RegisterBooleanPref(prefs::kArcCompatibleFilesystemChosen, false);
}
// static
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_util.h » ('j') | chrome/browser/chromeos/arc/arc_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698