Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8655)

Unified Diff: chrome/browser/ui/webui/ntp/new_tab_page_handler.h

Issue 8045012: NotificationPromo (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix spacing nit Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698