| 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 82b55fb1d71fcb3f17de08cfb446e2ac4050acf7..35079ce98123ecafac714b8faa2a2b762e8b6de7 100644
|
| --- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| +++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| @@ -106,6 +106,9 @@ class AppLauncherHandler : public WebUIMessageHandler,
|
| // Callback for "closeNotification" message.
|
| void HandleNotificationClose(const base::ListValue* args);
|
|
|
| + // Callback for "setNotificationsDisabled" message.
|
| + void HandleSetNotificationsDisabled(const base::ListValue* args);
|
| +
|
| // Register app launcher preferences.
|
| static void RegisterUserPrefs(PrefService* pref_service);
|
|
|
|
|