diff options
Diffstat (limited to 'chrome/browser/sync/sync_setup_flow.h')
-rw-r--r-- | chrome/browser/sync/sync_setup_flow.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/sync/sync_setup_flow.h b/chrome/browser/sync/sync_setup_flow.h index 98345fc..c089155 100644 --- a/chrome/browser/sync/sync_setup_flow.h +++ b/chrome/browser/sync/sync_setup_flow.h @@ -77,8 +77,9 @@ class SyncSetupFlow : public HtmlDialogUIDelegate { } void OnUserSubmittedAuth(const std::string& username, - const std::string& password) { - service_->OnUserSubmittedAuth(username, password); + const std::string& password, + const std::string& captcha) { + service_->OnUserSubmittedAuth(username, password, captcha); } void OnUserAcceptedMergeAndSync() { |