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

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

Issue 7481023: Adding notifications for new sync types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Now stores acknowledged types in a ListValue, not a StringValue. Created 9 years, 4 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
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..e1fcd3f5b36cc296fa1bb6817a8d79736b0f37cc 100644
--- a/chrome/browser/ui/webui/ntp/new_tab_page_handler.h
+++ b/chrome/browser/ui/webui/ntp/new_tab_page_handler.h
@@ -24,6 +24,9 @@ class NewTabPageHandler : public WebUIMessageHandler {
// Callback for "closePromo".
void HandleClosePromo(const ListValue* args);
+ // Callback for "closeSyncNotification".
+ void HandleCloseSyncNotification(const ListValue* args);
+
// Callback for "pageSelected".
void HandlePageSelected(const ListValue* args);

Powered by Google App Engine
This is Rietveld 408576698