| 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 1661749b335e845846f2c1f07f459308e99ee5d1..5ff89355df86b171b7d995109e8bb3d187caaee9 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
|
| @@ -1580,6 +1580,10 @@ void ChromeLauncherControllerImpl::AttachProfile(Profile* profile) {
|
| app_service->AddObserverAndStart(this);
|
| }
|
|
|
| +void ChromeLauncherControllerImpl::SetProfileForTest(Profile* profile) {
|
| + profile_ = profile;
|
| +}
|
| +
|
| void ChromeLauncherControllerImpl::ReleaseProfile() {
|
| if (app_sync_ui_state_)
|
| app_sync_ui_state_->RemoveObserver(this);
|
|
|