| Index: chrome/browser/dom_ui/app_launcher_handler.h
|
| diff --git a/chrome/browser/dom_ui/app_launcher_handler.h b/chrome/browser/dom_ui/app_launcher_handler.h
|
| index 5a3478ecb88cea16a92e40c4ba8692ed875e9ca5..17e6c63728f302602087923fb6daabf59d606624 100644
|
| --- a/chrome/browser/dom_ui/app_launcher_handler.h
|
| +++ b/chrome/browser/dom_ui/app_launcher_handler.h
|
| @@ -94,6 +94,9 @@ class AppLauncherHandler
|
| // The id of the extension we are prompting the user about.
|
| std::string extension_id_prompting_;
|
|
|
| + // Whether the promo is currently being shown
|
| + bool promo_active_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(AppLauncherHandler);
|
| };
|
|
|
|
|