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

Unified Diff: net/filter/mock_filter_context.cc

Issue 1431723002: Add brotli content-encoding filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added BrotliSlowRead to u_r_j_unittest Created 5 years 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: net/filter/mock_filter_context.cc
diff --git a/net/filter/mock_filter_context.cc b/net/filter/mock_filter_context.cc
index ebcaa1865211a033c45f201d3bbaf069d2841cdd..5ea1c3e99b39ee42c4913ef22a407ba62deb258d 100644
--- a/net/filter/mock_filter_context.cc
+++ b/net/filter/mock_filter_context.cc
@@ -12,8 +12,7 @@ MockFilterContext::MockFilterContext()
: is_cached_content_(false),
ok_to_call_get_url_(true),
response_code_(-1),
- context_(new URLRequestContext()) {
-}
+ context_(new URLRequestContext()) {}
MockFilterContext::~MockFilterContext() {}

Powered by Google App Engine
This is Rietveld 408576698