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

Unified Diff: content/child/child_thread.h

Issue 441003002: Revert r286729 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 88b52abecde5395c969997ce871c2705315c5ac7..9b63fb8eeef21f67fb81c6aa29aa643866e93146 100644
--- a/content/child/child_thread.h
+++ b/content/child/child_thread.h
@@ -40,7 +40,6 @@ class ChildHistogramMessageFilter;
class ChildResourceMessageFilter;
class ChildSharedBitmapManager;
class FileSystemDispatcher;
-class ProcessBackgroundMessageFilter;
class ServiceWorkerMessageFilter;
class QuotaDispatcher;
class QuotaMessageFilter;
@@ -191,6 +190,7 @@ class CONTENT_EXPORT ChildThread : public IPC::Listener, public IPC::Sender {
void OnSetProfilerStatus(tracked_objects::ThreadData::Status status);
void OnGetChildProfilerData(int sequence_number);
void OnDumpHandles();
+ void OnProcessBackgrounded(bool background);
#ifdef IPC_MESSAGE_LOG_ENABLED
void OnSetIPCLoggingEnabled(bool enable);
#endif
@@ -239,9 +239,6 @@ class CONTENT_EXPORT ChildThread : public IPC::Listener, public IPC::Sender {
scoped_refptr<QuotaMessageFilter> quota_message_filter_;
- scoped_refptr<ProcessBackgroundMessageFilter>
- process_background_message_filter_;
-
scoped_ptr<ChildSharedBitmapManager> shared_bitmap_manager_;
base::WeakPtrFactory<ChildThread> channel_connected_factory_;
« 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