| Index: chrome/browser/ui/ash/launcher/browser_launcher_item_controller.h
|
| diff --git a/chrome/browser/ui/ash/launcher/browser_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/browser_launcher_item_controller.h
|
| index 586a2dc4adf786d57c06efb6ebcbeae36481b94f..6fcba4d601a0732c5e93b007922a145bb5b29ae6 100644
|
| --- a/chrome/browser/ui/ash/launcher/browser_launcher_item_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/browser_launcher_item_controller.h
|
| @@ -53,6 +53,9 @@ class BrowserLauncherItemController : public LauncherItemController,
|
| const std::string& app_id);
|
| virtual ~BrowserLauncherItemController();
|
|
|
| + // Overriding the app id for V1 apps.
|
| + virtual const std::string& app_id() const OVERRIDE;
|
| +
|
| // Sets up this BrowserLauncherItemController.
|
| void Init();
|
|
|
| @@ -133,6 +136,10 @@ class BrowserLauncherItemController : public LauncherItemController,
|
| // Browser window we're in.
|
| aura::Window* window_;
|
|
|
| + // If running a windowed V1 app with the new launcher, this (empty) app id
|
| + // will be returned by app_id().
|
| + std::string empty_app_id_;
|
| +
|
| TabStripModel* tab_model_;
|
|
|
| // Whether this is associated with an incognito profile.
|
|
|