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

Unified Diff: net/filter/sdch_filter.h

Issue 423813002: Sdch view for net-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change comments and netlog field name Created 6 years, 5 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
Index: net/filter/sdch_filter.h
diff --git a/net/filter/sdch_filter.h b/net/filter/sdch_filter.h
index 3cea340a9b26d737ab8442ada5e836fced5e2f97..5499f9ebd62cdb04070403cec5760f7fb8708494 100644
--- a/net/filter/sdch_filter.h
+++ b/net/filter/sdch_filter.h
@@ -65,6 +65,8 @@ class NET_EXPORT_PRIVATE SdchFilter : public Filter {
// specified dest_buffer.
int OutputBufferExcess(char* const dest_buffer, size_t available_space);
+ SdchManager* GetSdchManager() const;
Randy Smith (Not in Mondays) 2014/08/05 17:50:34 As best I can tell, this is only used once, and th
baranovich 2014/08/12 20:54:50 Done. Deleted, It was unnecessary.
+
// Context data from the owner of this filter.
const FilterContext& filter_context_;

Powered by Google App Engine
This is Rietveld 408576698