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

Unified Diff: net/base/sdch_dictionary_fetcher.h

Issue 380003002: Improve testing for SDCH. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync'd to r288030. Created 6 years, 4 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/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();

Powered by Google App Engine
This is Rietveld 408576698