Chromium Code Reviews| Index: chrome/browser/ui/webui/ntp/app_launcher_handler.h |
| diff --git a/chrome/browser/ui/webui/ntp/app_launcher_handler.h b/chrome/browser/ui/webui/ntp/app_launcher_handler.h |
| index 1559d24bf5270cd7f0aa862c6d24ef7ec4a9a7ef..1efd83393573bcd906949b4e88b13ecf9fa88ac9 100644 |
| --- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h |
| +++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h |
| @@ -190,6 +190,10 @@ class AppLauncherHandler : public WebUIMessageHandler, |
| // refreshing. This is useful when making many batch updates to avoid flicker. |
| bool ignore_changes_; |
| + // When true, we have attempted to install a bookmark app, and are still |
| + // waiting to here about success or failure from the extensions system. |
|
Rick Byers
2011/08/23 20:52:13
s/here/hear
Evan Stade
2011/08/25 03:08:56
Done.
|
| + bool attempted_bookmark_app_install_; |
| + |
| // Hold state for favicon requests. |
| CancelableRequestConsumerTSimple<AppInstallInfo*> favicon_consumer_; |