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

Unified Diff: trunk/src/content/child/child_thread.h

Issue 21042002: Revert 214162 "Make Platform::queryStorageUsageAndQuota work fro..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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 | trunk/src/content/child/child_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/child/child_thread.h
===================================================================
--- trunk/src/content/child/child_thread.h (revision 214171)
+++ trunk/src/content/child/child_thread.h (working copy)
@@ -37,7 +37,6 @@
class ChildResourceMessageFilter;
class FileSystemDispatcher;
class QuotaDispatcher;
-class QuotaMessageFilter;
class ResourceDispatcher;
class SocketStreamDispatcher;
class ThreadSafeSender;
@@ -113,10 +112,6 @@
return histogram_message_filter_.get();
}
- QuotaMessageFilter* quota_message_filter() const {
- return quota_message_filter_.get();
- }
-
base::MessageLoop* message_loop() const { return message_loop_; }
// Returns the one child thread. Can only be called on the main thread.
@@ -193,8 +188,6 @@
scoped_refptr<ChildResourceMessageFilter> resource_message_filter_;
- scoped_refptr<QuotaMessageFilter> quota_message_filter_;
-
base::WeakPtrFactory<ChildThread> channel_connected_factory_;
// Observes the trace event system. When tracing is enabled, optionally
« no previous file with comments | « no previous file | trunk/src/content/child/child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698