Index: net/filter/mock_filter_context.h |
diff --git a/net/filter/mock_filter_context.h b/net/filter/mock_filter_context.h |
index 9bb6235a3a9ab161c08880e1421c9b574078d33b..1d40aba74cceda9974dee348b5a64618bd2a73d0 100644 |
--- a/net/filter/mock_filter_context.h |
+++ b/net/filter/mock_filter_context.h |
@@ -36,6 +36,10 @@ class MockFilterContext : public FilterContext { |
return context_.get(); |
} |
+ // Make all interfaces that might be unstable after a URLRequests |
+ // destruction be so. |
+ void NukeUnstableInterfaces(); |
+ |
virtual bool GetMimeType(std::string* mime_type) const OVERRIDE; |
// What URL was used to access this data? |
@@ -77,6 +81,7 @@ class MockFilterContext : public FilterContext { |
bool is_cached_content_; |
bool is_download_; |
bool is_sdch_response_; |
+ bool ok_to_call_get_url_; |
int response_code_; |
scoped_ptr<URLRequestContext> context_; |