Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / login / signin / oauth2_login_verifier.cc
index 341b9f6..35bfdf4 100644 (file)
@@ -149,7 +149,7 @@ void OAuth2LoginVerifier::StartMergeSession() {
       new GaiaAuthFetcher(this,
                           std::string(GaiaConstants::kChromeOSSource),
                           user_request_context_.get()));
-  gaia_fetcher_->StartMergeSession(gaia_token_);
+  gaia_fetcher_->StartMergeSession(gaia_token_, std::string());
 }
 
 void OAuth2LoginVerifier::OnMergeSessionSuccess(const std::string& data) {