| Index: chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h
|
| diff --git a/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h
|
| index 795cbcc8db7e3593e42b2aa556342e52ea192c06..3dd039f38af96adb9ee0bf59adc54131dbadcb72 100644
|
| --- a/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h
|
| @@ -77,6 +77,10 @@ class AppWindowLauncherItemController : public LauncherItemController,
|
| // Activates the window at position |index|.
|
| void ActivateIndexedApp(size_t index);
|
|
|
| + // Install the app. Only valid for ephemeral apps, which can be promoted to
|
| + // regular installed apps.
|
| + void InstallApp();
|
| +
|
| private:
|
| typedef std::list<apps::AppWindow*> AppWindowList;
|
|
|
|
|