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

Unified Diff: net/filter/filter.cc

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/dns/mapped_host_resolver.cc ('k') | net/filter/sdch_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/filter/filter.cc
diff --git a/net/filter/filter.cc b/net/filter/filter.cc
index 719737daffc1813ad4884d47f2cac46512691035..8af11efc1120ee150a2c77c10c5fb4e215ea0ba5 100644
--- a/net/filter/filter.cc
+++ b/net/filter/filter.cc
@@ -56,7 +56,7 @@ void LogSdchProblem(const FilterContext& filter_context,
SdchManager::SdchErrorRecovery(problem);
filter_context.GetNetLog().AddEvent(
NetLog::TYPE_SDCH_DECODING_ERROR,
- base::Bind(&NetLogSdchResourceProblemCallback, problem));
+ base::Bind(NetLogSdchResourceProblemCallback, problem));
}
std::string FilterTypeAsString(Filter::FilterType type_id) {
« no previous file with comments | « net/dns/mapped_host_resolver.cc ('k') | net/filter/sdch_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698