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

Unified Diff: net/base/sdch_dictionary_fetcher.h

Issue 423813002: Sdch view for net-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adopt logging for URLReqest-based dict fetcher + cosmetics Created 6 years, 3 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 f70d56a5ccb03f894fe3f1f34da025c88448fda9..1d50bc878585fbd5fffa9c37cb6ef72eb6cec0af 100644
--- a/net/base/sdch_dictionary_fetcher.h
+++ b/net/base/sdch_dictionary_fetcher.h
@@ -18,6 +18,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/threading/non_thread_safe.h"
+#include "net/base/net_log.h"
Randy Smith (Not in Mondays) 2014/09/29 21:21:57 Why is this needed in the header file? It doesn't
baranovich 2014/09/30 13:16:51 Done.
#include "net/base/sdch_manager.h"
#include "net/url_request/url_fetcher_delegate.h"
#include "net/url_request/url_request.h"
@@ -44,7 +45,7 @@ class NET_EXPORT SdchDictionaryFetcher
virtual ~SdchDictionaryFetcher();
// Implementation of SdchFetcher methods.
- virtual void Schedule(const GURL& dictionary_url) OVERRIDE;
+ virtual ScheduleResult Schedule(const GURL& dictionary_url) OVERRIDE;
virtual void Cancel() OVERRIDE;
// Implementation of URLRequest::Delegate methods.

Powered by Google App Engine
This is Rietveld 408576698