| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.cc
 | 
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.cc
 | 
| index 0576560419d0cfe700a2f7b7290c4a8913c96e2c..d4156922efdd0469185a87cffdd56f9417d617ae 100644
 | 
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.cc
 | 
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.cc
 | 
| @@ -69,6 +69,17 @@ ash::ShelfID ChromeLauncherControllerMus::CreateAppLauncherItem(
 | 
|    return ash::TYPE_UNDEFINED;
 | 
|  }
 | 
|  
 | 
| +const ash::ShelfItem& ChromeLauncherControllerMus::GetItem(
 | 
| +    ash::ShelfID id) const {
 | 
| +  NOTIMPLEMENTED();
 | 
| +  return fake_item_;
 | 
| +}
 | 
| +
 | 
| +void ChromeLauncherControllerMus::SetItemType(ash::ShelfID id,
 | 
| +                                              ash::ShelfItemType type) {
 | 
| +  NOTIMPLEMENTED();
 | 
| +}
 | 
| +
 | 
|  void ChromeLauncherControllerMus::SetItemStatus(ash::ShelfID id,
 | 
|                                                  ash::ShelfItemStatus status) {
 | 
|    NOTIMPLEMENTED();
 | 
| @@ -205,7 +216,7 @@ ChromeLauncherControllerMus::GetV1ApplicationsFromAppId(
 | 
|  }
 | 
|  
 | 
|  void ChromeLauncherControllerMus::ActivateShellApp(const std::string& app_id,
 | 
| -                                                   int index) {
 | 
| +                                                   int window_index) {
 | 
|    NOTIMPLEMENTED();
 | 
|  }
 | 
|  
 | 
| 
 |