| Index: chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.h
|
| diff --git a/chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.h b/chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.h
|
| index 2edc4648b8224bad2c9197c7b060122fdaeeaab5..45048332a90baae0fd2a9df11bb48f3513013327 100644
|
| --- a/chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.h
|
| +++ b/chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.h
|
| @@ -32,6 +32,8 @@ class NewTabPageSyncHandler : public WebUIMessageHandler,
|
| void HandleGetSyncMessage(const base::ListValue* args);
|
| // Callback for "SyncLinkClicked".
|
| void HandleSyncLinkClicked(const base::ListValue* args);
|
| + // Callback for "SyncTypeLinkClicked".
|
| + void HandleSyncTypeLinkClicked(const base::ListValue* args);
|
|
|
| // ProfileSyncServiceObserver
|
| virtual void OnStateChanged();
|
|
|