| 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..b6697cfcdb201b04a630fec640ac6ed0ed3aef0e 100644
|
| --- a/chrome/browser/ui/webui/ntp/new_tab_page_handler.h
|
| +++ b/chrome/browser/ui/webui/ntp/new_tab_page_handler.h
|
| @@ -27,6 +27,15 @@ class NewTabPageHandler : public WebUIMessageHandler {
|
| // Callback for "pageSelected".
|
| void HandlePageSelected(const ListValue* args);
|
|
|
| + // Callback for "navigationDotUsed". This is called when a navigation dot is
|
| + // clicked, whereas pageSelected might be called after any page-switching user
|
| + // action.
|
| + void HandleNavDotUsed(const ListValue* args);
|
| +
|
| + // Callback for "handleIntroMessageSeen". No arguments. Called when the intro
|
| + // message is displayed.
|
| + void HandleIntroMessageSeen(const ListValue* args);
|
| +
|
| // Register NTP preferences.
|
| static void RegisterUserPrefs(PrefService* prefs);
|
|
|
|
|