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

Unified Diff: chrome/browser/dom_ui/app_launcher_handler.h

Issue 4708002: Add a histogram for tracking web store promo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: incorporate feedback, use ping attribute Created 10 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/dom_ui/app_launcher_handler.cc » ('j') | chrome/browser/dom_ui/new_tab_ui.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | chrome/browser/dom_ui/app_launcher_handler.cc » ('j') | chrome/browser/dom_ui/new_tab_ui.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698