| Index: chrome/browser/sync/profile_sync_service.h
|
| ===================================================================
|
| --- chrome/browser/sync/profile_sync_service.h (revision 31729)
|
| +++ chrome/browser/sync/profile_sync_service.h (working copy)
|
| @@ -118,7 +118,8 @@
|
|
|
| // Called when a user enters credentials through UI.
|
| virtual void OnUserSubmittedAuth(const std::string& username,
|
| - const std::string& password);
|
| + const std::string& password,
|
| + const std::string& captcha);
|
|
|
| // Called when a user decides whether to merge and sync or abort.
|
| virtual void OnUserAcceptedMergeAndSync();
|
|
|