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

Unified Diff: net/base/sdch_net_log_params.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/base/address_list.cc ('k') | net/base/sdch_net_log_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/sdch_net_log_params.h
diff --git a/net/base/sdch_net_log_params.h b/net/base/sdch_net_log_params.h
index a13d9de2095cef8e7e391bc58bfe51a3e867edfd..dca7463e80fe74aa0f1f7feb1e90528b33576d4e 100644
--- a/net/base/sdch_net_log_params.h
+++ b/net/base/sdch_net_log_params.h
@@ -15,13 +15,13 @@ class GURL;
namespace net {
-NET_EXPORT base::Value* NetLogSdchResourceProblemCallback(
+NET_EXPORT scoped_ptr<base::Value> NetLogSdchResourceProblemCallback(
SdchProblemCode problem,
NetLogCaptureMode capture_mode);
// If |is_error| is false, "net_error" field won't be added to the JSON and the
// event won't be painted red in the netlog.
-NET_EXPORT base::Value* NetLogSdchDictionaryFetchProblemCallback(
+NET_EXPORT scoped_ptr<base::Value> NetLogSdchDictionaryFetchProblemCallback(
SdchProblemCode problem,
const GURL& url,
bool is_error,
« no previous file with comments | « net/base/address_list.cc ('k') | net/base/sdch_net_log_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698