Index: chrome/browser/ui/webui/ntp/app_launcher_handler.h |
=================================================================== |
--- chrome/browser/ui/webui/ntp/app_launcher_handler.h (revision 106989) |
+++ chrome/browser/ui/webui/ntp/app_launcher_handler.h (working copy) |
@@ -111,6 +111,9 @@ |
// action for UMA. |
void HandleRecordAppLaunchByURL(const base::ListValue* args); |
+ // Callback for "closeNotification" message. |
+ void HandleNotificationClose(const base::ListValue* args); |
+ |
// Register app launcher preferences. |
static void RegisterUserPrefs(PrefService* pref_service); |