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 |