| 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 9cfa158820fddd99be1dff6e132f826a4327dfe4..e1fcd3f5b36cc296fa1bb6817a8d79736b0f37cc 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);
|
|
|
|
|