Comment #29 on issue 19581 by [email protected]: Bookmark sync login is broken for authenticating proxies http://code.google.com/p/chromium/issues/detail?id=19581
Right, so like chron@ said, the auth cache is part of the HttpNetworkSession, so sharing the ProxyService is not enough to get re-use of the credentials. And the prompting of the auth dialog on challenge is part of URLRequest, so I imagine if no dialog is popping up then the sync code is not providing a URLRequest::Delegate that overrides OnAuthRequired. (the default behavior is to cancel the auth request). -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
