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

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

Issue 7461160: ntp4 info bubble (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: arv review 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 e1fcd3f5b36cc296fa1bb6817a8d79736b0f37cc..f2112b07cbab1392448237baadcaac698bd09380 100644
--- a/chrome/browser/ui/webui/ntp/new_tab_page_handler.h
+++ b/chrome/browser/ui/webui/ntp/new_tab_page_handler.h
@@ -30,6 +30,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);
« no previous file with comments | « chrome/browser/resources/shared/js/cr/ui/bubble.js ('k') | chrome/browser/ui/webui/ntp/new_tab_page_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698