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

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

Issue 10584040: Merge 142914 - Remove NTP4 intro bubble (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 years, 6 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
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | chrome/browser/ui/webui/ntp/new_tab_page_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « chrome/browser/ui/browser.cc ('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