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

Unified Diff: net/http/http_response_headers.h

Issue 1135373002: Updated NetLog::ParametersCallback & all related calbacks returning value as scoped_ptr<base::Value… Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « net/http/http_request_headers.cc ('k') | net/http/http_response_headers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_response_headers.h
diff --git a/net/http/http_response_headers.h b/net/http/http_response_headers.h
index dd3d9cb85990d0872198207e37fe5bc1c34e74a8..0219cb74ebd223f53801856f635ff868ff6400eb 100644
--- a/net/http/http_response_headers.h
+++ b/net/http/http_response_headers.h
@@ -286,7 +286,7 @@ class NET_EXPORT HttpResponseHeaders
bool IsChunkEncoded() const;
// Creates a Value for use with the NetLog containing the response headers.
- base::Value* NetLogCallback(NetLogCaptureMode capture_mode) const;
+ scoped_ptr<base::Value> NetLogCallback(NetLogCaptureMode capture_mode) const;
// Takes in a Value created by the above function, and attempts to create a
// copy of the original headers. Returns true on success. On failure,
« no previous file with comments | « net/http/http_request_headers.cc ('k') | net/http/http_response_headers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698