| Index: net/base/sdch_dictionary_fetcher.h
|
| diff --git a/net/base/sdch_dictionary_fetcher.h b/net/base/sdch_dictionary_fetcher.h
|
| index 82c0b10c6e48a19733021be751986ac5990a60b3..68a044ab98addecbcb72133fd7bec05f47e5de16 100644
|
| --- a/net/base/sdch_dictionary_fetcher.h
|
| +++ b/net/base/sdch_dictionary_fetcher.h
|
| @@ -66,10 +66,6 @@ class NET_EXPORT SdchDictionaryFetcher
|
| // If this is null, then there is no outstanding request.
|
| scoped_ptr<URLFetcher> current_fetch_;
|
|
|
| - // Always spread out the dictionary fetches, so that they don't steal
|
| - // bandwidth from the actual page load. Create delayed tasks to spread out
|
| - // the download.
|
| - base::WeakPtrFactory<SdchDictionaryFetcher> weak_factory_;
|
| bool task_is_pending_;
|
|
|
| // Althought the SDCH spec does not preclude a server from using a single URL
|
| @@ -91,6 +87,11 @@ class NET_EXPORT SdchDictionaryFetcher
|
| // fetching.
|
| scoped_refptr<URLRequestContextGetter> context_;
|
|
|
| + // Always spread out the dictionary fetches, so that they don't steal
|
| + // bandwidth from the actual page load. Create delayed tasks to spread out
|
| + // the download.
|
| + base::WeakPtrFactory<SdchDictionaryFetcher> weak_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(SdchDictionaryFetcher);
|
| };
|
|
|
|
|