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

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 chrome_frame 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..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.

Powered by Google App Engine
This is Rietveld 408576698