| 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 4f32ad9b377e8bdb907e9595fd112bf8036eaea5..e15bddb5b333aaf254b883e233ced7c2b2693eae 100644
|
| --- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| +++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| @@ -123,6 +123,9 @@ class AppLauncherHandler : public content::WebUIMessageHandler,
|
| StringOrdinal page_ordinal;
|
| };
|
|
|
| + // Reset some instance flags we use to track the currently uninstalling app.
|
| + void CleanupAfterUninstall();
|
| +
|
| // Records a web store launch in the appropriate histograms. |promo_active|
|
| // specifies if the web store promotion was active.
|
| static void RecordWebStoreLaunch(bool promo_active);
|
|
|