| Index: chrome/browser/net/sdch_dictionary_fetcher.h
|
| diff --git a/chrome/browser/net/sdch_dictionary_fetcher.h b/chrome/browser/net/sdch_dictionary_fetcher.h
|
| index d63ed52e6746a5a63d1c2f989ad58cd5eded8304..9f86e7e566deef2445f8f2c3fd11a7d1a6d510c2 100644
|
| --- a/chrome/browser/net/sdch_dictionary_fetcher.h
|
| +++ b/chrome/browser/net/sdch_dictionary_fetcher.h
|
| @@ -37,9 +37,8 @@ class SdchDictionaryFetcher
|
| virtual ~SdchDictionaryFetcher();
|
|
|
| // Implementation of SdchFetcher class.
|
| - // This method gets the requested dictionary, and then calls back into the
|
| - // SdchManager class with the dictionary's text.
|
| virtual void Schedule(const GURL& dictionary_url) OVERRIDE;
|
| + virtual void Cancel() OVERRIDE;
|
|
|
| private:
|
| // Delay in ms between Schedule and actual download.
|
|
|