Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(389)

Unified Diff: chrome/browser/sync/internal_api/http_post_provider_interface.h

Issue 7846007: net: Rename URLRequestStatus::os_error_. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix os_error_code Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..ffc087e93fa317d9493c1a7f12b2543f71f2911d 100644
--- a/chrome/browser/sync/internal_api/http_post_provider_interface.h
+++ b/chrome/browser/sync/internal_api/http_post_provider_interface.h
@@ -38,8 +38,8 @@ 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.
- virtual bool MakeSynchronousPost(int* os_error_code, int* response_code) = 0;
+ // error() may be non-zero and hence contain more information.
+ virtual bool MakeSynchronousPost(int* error_code, int* response_code) = 0;
// Get the length of the content returned in the HTTP response.
// This does not count the trailing null-terminating character returned
« no previous file with comments | « chrome/browser/sync/glue/http_bridge.cc ('k') | chrome/browser/sync/internal_api/syncapi_server_connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698