Chromium Code Reviews| Index: chrome/browser/sync/internal_api/http_post_provider_interface.h |
| diff --git a/chrome/browser/sync/internal_api/http_post_provider_interface.h b/chrome/browser/sync/internal_api/http_post_provider_interface.h |
| index 79d30e00999e7a558cbc4be49ae97aa50878990c..44ee2c92daa3797d91c90dd4c77504666a4e56f2 100644 |
| --- a/chrome/browser/sync/internal_api/http_post_provider_interface.h |
| +++ b/chrome/browser/sync/internal_api/http_post_provider_interface.h |
| @@ -38,7 +38,7 @@ class HttpPostProviderInterface { |
| const char* content) = 0; |
| // Returns true if the URL request succeeded. If the request failed, |
| - // os_error() may be non-zero and hence contain more information. |
| + // error() may be non-zero and hence contain more information. |
|
cbentzel
2011/09/08 01:35:01
This is probably incorrect - I'm guessing os_error
tfarina
2011/09/08 11:19:27
Done.
|
| virtual bool MakeSynchronousPost(int* os_error_code, int* response_code) = 0; |
| // Get the length of the content returned in the HTTP response. |