Index: net/base/sdch_dictionary_fetcher.h |
diff --git a/net/base/sdch_dictionary_fetcher.h b/net/base/sdch_dictionary_fetcher.h |
index b657b8f80c38900a889e0065a0dd410a1ef6c88b..e5f75aa4cb9e0745369e3693b808ed49a2a31715 100644 |
--- a/net/base/sdch_dictionary_fetcher.h |
+++ b/net/base/sdch_dictionary_fetcher.h |
@@ -29,9 +29,10 @@ class NET_EXPORT SdchDictionaryFetcher |
public SdchFetcher, |
public base::NonThreadSafe { |
public: |
- // Consumer must guarantee that the SdchManager pointer outlives |
+ // The consumer must guarantee that |*manager| outlives |
// this object. The current implementation guarantees this by |
// the SdchManager owning this object. |
+ // SdchDictionaryFetcher takes a reference to |*context|. |
jar (doing other things)
2014/08/13 01:28:59
nit: I had to read this several times, and look at
Randy Smith (Not in Mondays)
2014/08/13 02:05:26
So I'll say that if you ask me again, but it becau
jar (doing other things)
2014/08/14 22:33:25
Ah... ok... with that context, I see how I misread
Randy Smith (Not in Mondays)
2014/08/18 19:11:06
There was some reason that was a hassle when I fir
|
SdchDictionaryFetcher(SdchManager* manager, |
URLRequestContextGetter* context); |
virtual ~SdchDictionaryFetcher(); |