Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / signin / profile_identity_provider.h
index ca67ecf..54bdac2 100644 (file)
@@ -29,9 +29,11 @@ class ProfileIdentityProvider : public IdentityProvider,
   virtual bool RequestLogin() OVERRIDE;
 
   // SigninManagerBase::Observer:
-  virtual void GoogleSigninSucceeded(const std::string& username,
+  virtual void GoogleSigninSucceeded(const std::string& account_id,
+                                     const std::string& username,
                                      const std::string& password) OVERRIDE;
-  virtual void GoogleSignedOut(const std::string& username) OVERRIDE;
+  virtual void GoogleSignedOut(const std::string& account_id,
+                               const std::string& username) OVERRIDE;
 
  private:
   SigninManagerBase* const signin_manager_;