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

Unified Diff: net/filter/mock_filter_context.h

Issue 704493002: Revert "Sdch view for net-internals" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/filter/filter.cc ('k') | net/filter/mock_filter_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/filter/mock_filter_context.h
diff --git a/net/filter/mock_filter_context.h b/net/filter/mock_filter_context.h
index 41c9e9e1e21d4d228ed70185e75f5dd587729c36..8150e8b2c4be4d24345aa9875e8f942f8786ddeb 100644
--- a/net/filter/mock_filter_context.h
+++ b/net/filter/mock_filter_context.h
@@ -8,7 +8,6 @@
#include <string>
#include "base/memory/scoped_ptr.h"
-#include "net/base/net_log.h"
#include "net/filter/filter.h"
#include "url/gurl.h"
@@ -74,8 +73,6 @@ class MockFilterContext : public FilterContext {
void RecordPacketStats(StatisticSelector statistic) const override {}
- const BoundNetLog& GetNetLog() const override;
-
private:
int buffer_size_;
std::string mime_type_;
@@ -88,7 +85,6 @@ class MockFilterContext : public FilterContext {
bool ok_to_call_get_url_;
int response_code_;
scoped_ptr<URLRequestContext> context_;
- BoundNetLog net_log_;
DISALLOW_COPY_AND_ASSIGN(MockFilterContext);
};
« no previous file with comments | « net/filter/filter.cc ('k') | net/filter/mock_filter_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698