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

Unified Diff: content/child/child_thread.h

Issue 408143013: Remove unused ServiceWorkerDispatcher instance (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | content/child/child_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/child_thread.h
diff --git a/content/child/child_thread.h b/content/child/child_thread.h
index e7cf8ec550ef2225cfe12bbf57c5cf0b1b6769c9..9c6005e01f775454b7b05d6235cfa01d29ef21ae 100644
--- a/content/child/child_thread.h
+++ b/content/child/child_thread.h
@@ -44,7 +44,6 @@ class ChildHistogramMessageFilter;
class ChildResourceMessageFilter;
class ChildSharedBitmapManager;
class FileSystemDispatcher;
-class ServiceWorkerDispatcher;
class ServiceWorkerMessageFilter;
class QuotaDispatcher;
class QuotaMessageFilter;
@@ -107,10 +106,6 @@ class CONTENT_EXPORT ChildThread : public IPC::Listener, public IPC::Sender {
return file_system_dispatcher_.get();
}
- ServiceWorkerDispatcher* service_worker_dispatcher() const {
- return service_worker_dispatcher_.get();
- }
-
QuotaDispatcher* quota_dispatcher() const {
return quota_dispatcher_.get();
}
@@ -227,8 +222,6 @@ class CONTENT_EXPORT ChildThread : public IPC::Listener, public IPC::Sender {
scoped_ptr<FileSystemDispatcher> file_system_dispatcher_;
- scoped_ptr<ServiceWorkerDispatcher> service_worker_dispatcher_;
-
scoped_ptr<QuotaDispatcher> quota_dispatcher_;
scoped_refptr<ChildHistogramMessageFilter> histogram_message_filter_;
« no previous file with comments | « no previous file | content/child/child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698