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

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

Issue 8921008: Follow-up to bug 102685 (r113862) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Refactoring AddCSSClass into a separate method Created 9 years 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/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_;
};
« no previous file with comments | « no previous file | chrome/browser/ui/webui/ntp/ntp_login_handler.cc » ('j') | chrome/browser/ui/webui/ntp/ntp_login_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698