Index: chrome/browser/sync/sync_setup_flow.h |
=================================================================== |
--- chrome/browser/sync/sync_setup_flow.h (revision 31575) |
+++ chrome/browser/sync/sync_setup_flow.h (working copy) |
@@ -77,8 +77,9 @@ |
} |
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() { |