| Index: chrome/browser/ui/webui/ntp/new_tab_page_handler.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/ntp/new_tab_page_handler.h (revision 162974)
|
| +++ chrome/browser/ui/webui/ntp/new_tab_page_handler.h (working copy)
|
| @@ -39,6 +39,9 @@
|
| // Callback for "notificationPromoViewed". No arguments.
|
| void HandleNotificationPromoViewed(const ListValue* args);
|
|
|
| + // Callback for "notificationPromoLinkClicked". No arguments.
|
| + void HandleNotificationPromoLinkClicked(const ListValue* args);
|
| +
|
| // Callback for "bubblePromoClosed". No arguments.
|
| void HandleBubblePromoClosed(const ListValue* args);
|
|
|
|
|