Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(510)

Unified Diff: chrome/browser/ui/webui/ntp/app_launcher_handler.h

Issue 7685049: ntp4: app install improvements (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: restore code Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698