summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/ntp/ntp_login_handler.h
diff options
context:
space:
mode:
authorsail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-03 06:55:37 +0000
committersail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-03 06:55:37 +0000
commitac198a5076f95d83b40f8c5b5d4473e11db08dcf (patch)
treea43225e12e1cd0beec4a9244a63fb8edf9c6c44e /chrome/browser/ui/webui/ntp/ntp_login_handler.h
parent3e9ef52721d1b10a9ec9a584c0e5188d5814a747 (diff)
downloadchromium_src-ac198a5076f95d83b40f8c5b5d4473e11db08dcf.zip
chromium_src-ac198a5076f95d83b40f8c5b5d4473e11db08dcf.tar.gz
chromium_src-ac198a5076f95d83b40f8c5b5d4473e11db08dcf.tar.bz2
Show GAIA profile info in NTP
Screenshots: http://imgur.com/6owxK BUG=91241 TEST= Review URL: http://codereview.chromium.org/8680033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112876 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/webui/ntp/ntp_login_handler.h')
-rw-r--r--chrome/browser/ui/webui/ntp/ntp_login_handler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/ui/webui/ntp/ntp_login_handler.h b/chrome/browser/ui/webui/ntp/ntp_login_handler.h
index 72f86a0..ea60d35 100644
--- a/chrome/browser/ui/webui/ntp/ntp_login_handler.h
+++ b/chrome/browser/ui/webui/ntp/ntp_login_handler.h
@@ -9,6 +9,7 @@
#include "chrome/browser/prefs/pref_member.h"
#include "content/browser/webui/web_ui.h"
#include "content/public/browser/notification_observer.h"
+#include "content/public/browser/notification_registrar.h"
class Profile;
@@ -71,6 +72,7 @@ class NTPLoginHandler : public WebUIMessageHandler,
void UpdateLogin();
StringPrefMember username_pref_;
+ content::NotificationRegistrar registrar_;
};
#endif // CHROME_BROWSER_UI_WEBUI_NTP_NTP_LOGIN_HANDLER_H_