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

Unified Diff: ppapi/proxy/url_loader_resource.h

Issue 915403003: Enable size_t to int truncation warnings in PPAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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: ppapi/proxy/url_loader_resource.h
diff --git a/ppapi/proxy/url_loader_resource.h b/ppapi/proxy/url_loader_resource.h
index 49869326a203eec3dcf5f6353f68a3c5a966eb76..457dd4afa58cb63050dc22fdf1b40185578184e5 100644
--- a/ppapi/proxy/url_loader_resource.h
+++ b/ppapi/proxy/url_loader_resource.h
@@ -114,7 +114,7 @@ class PPAPI_PROXY_EXPORT URLLoaderResource
// necessary. This does not issue any callbacks.
void SaveResponseInfo(const URLResponseInfoData& data);
- size_t FillUserBuffer();
+ int32_t FillUserBuffer();
Mode mode_;
URLRequestInfoData request_data_;

Powered by Google App Engine
This is Rietveld 408576698