| Index: chrome/browser/chromeos/arc/arc_play_store_enabled_preference_handler.cc
|
| diff --git a/chrome/browser/chromeos/arc/arc_play_store_enabled_preference_handler.cc b/chrome/browser/chromeos/arc/arc_play_store_enabled_preference_handler.cc
|
| index 4e8a5ebafe8a00e3200e211b7a3b9ab6e7a8cb89..264d5882b37e3355d7bd94042ae89b8b093f0a73 100644
|
| --- a/chrome/browser/chromeos/arc/arc_play_store_enabled_preference_handler.cc
|
| +++ b/chrome/browser/chromeos/arc/arc_play_store_enabled_preference_handler.cc
|
| @@ -71,7 +71,7 @@ void ArcPlayStoreEnabledPreferenceHandler::Start() {
|
| // launches.
|
| VLOG(1) << "Google Play Store is initially disabled for managed "
|
| << "profile. Removing data.";
|
| - arc_session_manager_->RemoveArcData();
|
| + arc_session_manager_->RequestArcDataRemoval();
|
| }
|
|
|
| // ArcAuthNotification may need to be shown.
|
|
|