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

Unified Diff: chrome/browser/chromeos/file_manager/volume_manager.cc

Issue 2702723002: Extract kArcEnabled preference from ArcSessionManager part 1. (Closed)
Patch Set: Address comments. Created 3 years, 10 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/file_manager/volume_manager.cc
diff --git a/chrome/browser/chromeos/file_manager/volume_manager.cc b/chrome/browser/chromeos/file_manager/volume_manager.cc
index c2e5cdac18d68c44bc2c8f71af6486a8963bef12..8d592b6a2a778360974b525c78e39ea1ae4f25d8 100644
--- a/chrome/browser/chromeos/file_manager/volume_manager.cc
+++ b/chrome/browser/chromeos/file_manager/volume_manager.cc
@@ -411,7 +411,7 @@ void VolumeManager::Initialize() {
arc::IsArcAllowedForProfile(profile_)) {
arc::ArcSessionManager::Get()->AddObserver(this);
OnArcPlayStoreEnabledChanged(
- arc::ArcSessionManager::Get()->IsArcPlayStoreEnabled());
+ arc::IsArcPlayStoreEnabledForProfile(profile_));
}
}
« no previous file with comments | « chrome/browser/chromeos/extensions/wallpaper_manager_util.cc ('k') | chrome/browser/chromeos/note_taking_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698