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

Unified Diff: chrome/browser/ui/webui/signin/signin_create_profile_handler.h

Issue 1722843002: MD user manager (html/js/css for create profile flow) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments #6 Created 4 years, 9 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
Index: chrome/browser/ui/webui/signin/signin_create_profile_handler.h
diff --git a/chrome/browser/ui/webui/signin/signin_create_profile_handler.h b/chrome/browser/ui/webui/signin/signin_create_profile_handler.h
index d7a303c0675eca5f87862f119440a0de6b511e9c..05ebe6413c3369ccb133f0d208543a20192c0f30 100644
--- a/chrome/browser/ui/webui/signin/signin_create_profile_handler.h
+++ b/chrome/browser/ui/webui/signin/signin_create_profile_handler.h
@@ -112,7 +112,7 @@ class SigninCreateProfileHandler : public content::WebUIMessageHandler {
base::string16 GetProfileCreateErrorMessageSignin() const;
#endif
- std::string GetJavascriptMethodName(ProfileCreationStatus status) const;
+ base::StringValue GetWebUIListenerName(ProfileCreationStatus status) const;
// Used to allow cancelling a profile creation (particularly a supervised-user
// registration) in progress. Set when profile creation is begun, and
« no previous file with comments | « chrome/browser/ui/webui/signin/md_user_manager_ui.cc ('k') | chrome/browser/ui/webui/signin/signin_create_profile_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698