| Index: chrome/browser/ui/webui/ntp/new_tab_page_handler.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/ntp/new_tab_page_handler.h (revision 102893)
|
| +++ chrome/browser/ui/webui/ntp/new_tab_page_handler.h (working copy)
|
| @@ -21,9 +21,12 @@
|
| // WebUIMessageHandler implementation.
|
| virtual void RegisterMessages() OVERRIDE;
|
|
|
| - // Callback for "closePromo".
|
| - void HandleClosePromo(const ListValue* args);
|
| + // Callback for "closePromoNotification".
|
| + void HandleClosePromoNotification(const ListValue* args);
|
|
|
| + // Callback for "promoNotificationViewed".
|
| + void HandlePromoNotificationViewed(const ListValue* args);
|
| +
|
| // Callback for "pageSelected".
|
| void HandlePageSelected(const ListValue* args);
|
|
|
|
|