| Index: chrome/browser/ui/webui/ntp/new_tab_page_handler.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/ntp/new_tab_page_handler.h (revision 143232)
|
| +++ chrome/browser/ui/webui/ntp/new_tab_page_handler.h (working copy)
|
| @@ -31,14 +31,6 @@
|
| // Callback for "pageSelected".
|
| void HandlePageSelected(const ListValue* args);
|
|
|
| - // Callback for "introMessageDismissed". This is called when the close button
|
| - // on the ntp4 bubble is clicked or when a NavDot is clicked.
|
| - void HandleIntroMessageDismissed(const ListValue* args);
|
| -
|
| - // Callback for "handleIntroMessageSeen". No arguments. Called when the intro
|
| - // message is displayed.
|
| - void HandleIntroMessageSeen(const ListValue* args);
|
| -
|
| // Register NTP per-profile preferences.
|
| static void RegisterUserPrefs(PrefService* prefs);
|
|
|
| @@ -48,9 +40,6 @@
|
| // Registers values (strings etc.) for the page.
|
| static void GetLocalizedValues(Profile* profile, DictionaryValue* values);
|
|
|
| - // Permanently dismiss the ntp4 bubble for new users.
|
| - static void DismissIntroMessage(PrefService* prefs);
|
| -
|
| private:
|
| // Tracks the number of times the user has switches pages (for UMA).
|
| size_t page_switch_count_;
|
|
|