| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
|
| index 569706a088a52370939c9092d8c2b60155fb1270..8a6df02ff2931e1ce99a0c3de251115f056cbc22 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
|
| @@ -779,7 +779,7 @@ void ChromeLauncherControllerImpl::AttachProfile(Profile* profile_to_attach) {
|
| base::Bind(&ChromeLauncherControllerImpl::UpdateAppLaunchersFromPref,
|
| base::Unretained(this)));
|
| // Handling of prefs::kArcEnabled change should be called deferred to avoid
|
| - // race condition when OnAppUninstalledPrepared for Arc apps is called after
|
| + // race condition when OnAppUninstalledPrepared for ARC apps is called after
|
| // UpdateAppLaunchersFromPref.
|
| pref_change_registrar_.Add(
|
| prefs::kArcEnabled,
|
|
|