Searched refs:promo_active (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
H A Dapp_launcher_handler.h89 // Records a web store launch in the appropriate histograms. |promo_active|
91 static void RecordWebStoreLaunch(bool promo_active);
94 // histogram. |promo_active| specifies if the web store promotion was active.
95 static void RecordAppLaunchByID(bool promo_active,
H A Dapp_launcher_handler.cc504 void AppLauncherHandler::RecordWebStoreLaunch(bool promo_active) { argument
509 if (!promo_active) return;
518 bool promo_active, extension_misc::AppLaunchBucket bucket) {
524 if (!promo_active) return;
517 RecordAppLaunchByID( bool promo_active, extension_misc::AppLaunchBucket bucket) argument

Completed in 111 milliseconds