| 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 ccf2278a687af4d1df93648228e547b8b57f8c6e..72d40202a7a538654a8d3552adc28eb56528fd46 100644
|
| --- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| +++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| @@ -103,6 +103,9 @@ class AppLauncherHandler : public content::WebUIMessageHandler,
|
| // action for UMA.
|
| void HandleRecordAppLaunchByURL(const base::ListValue* args);
|
|
|
| + // Callback for the "recordAppLaunchedFromIndex" message.
|
| + void HandleRecordAppLaunchedFromIndex(const base::ListValue* args);
|
| +
|
| // Callback for "closeNotification" message.
|
| void HandleNotificationClose(const base::ListValue* args);
|
|
|
|
|