Index: chrome/browser/ui/webui/ntp/new_tab_page_handler.h |
diff --git a/chrome/browser/ui/webui/ntp/new_tab_page_handler.h b/chrome/browser/ui/webui/ntp/new_tab_page_handler.h |
index ba2566a5990941ff9b05b501b3289ab4db825497..193fdcbc119bcf0904f9927a601597f7c5a8a59b 100644 |
--- a/chrome/browser/ui/webui/ntp/new_tab_page_handler.h |
+++ b/chrome/browser/ui/webui/ntp/new_tab_page_handler.h |
@@ -24,6 +24,9 @@ class NewTabPageHandler : public WebUIMessageHandler { |
// Callback for "closePromo". |
void HandleClosePromo(const ListValue* args); |
+ // Callback for "closeSyncNotification". |
+ void HandleCloseSyncNotification(const ListValue* args); |
+ |
// Callback for "pageSelected". |
void HandlePageSelected(const ListValue* args); |