| Index: chrome/browser/ui/webui/ntp/ntp_login_handler.h
|
| diff --git a/chrome/browser/ui/webui/ntp/ntp_login_handler.h b/chrome/browser/ui/webui/ntp/ntp_login_handler.h
|
| index ea60d35cee0282fa54f9bffd2f8217b61949e23b..c6ac440705f8095d10ee8e74e8c97694965d0dbc 100644
|
| --- a/chrome/browser/ui/webui/ntp/ntp_login_handler.h
|
| +++ b/chrome/browser/ui/webui/ntp/ntp_login_handler.h
|
| @@ -71,6 +71,12 @@ class NTPLoginHandler : public WebUIMessageHandler,
|
| // Internal helper method
|
| void UpdateLogin();
|
|
|
| + // Internal helper method
|
| + string16 AddCSSClass(std::string display_string, std::string css_class);
|
| +
|
| + // Internal helper method
|
| + string16 AddCSSClass(string16 display_string, std::string css_class);
|
| +
|
| StringPrefMember username_pref_;
|
| content::NotificationRegistrar registrar_;
|
| };
|
|
|