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

Unified Diff: content/child/child_thread.h

Issue 305533006: Control process backgrounding from within the child process on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix other platforms. Created 6 years, 7 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: content/child/child_thread.h
diff --git a/content/child/child_thread.h b/content/child/child_thread.h
index 1728c71d753f2e273cdaf2645caac2292390ace6..bc72e49db62e434c7d2fe6bdef2ae2effea454e6 100644
--- a/content/child/child_thread.h
+++ b/content/child/child_thread.h
@@ -193,6 +193,9 @@ class CONTENT_EXPORT ChildThread
void OnSetProfilerStatus(tracked_objects::ThreadData::Status status);
void OnGetChildProfilerData(int sequence_number);
void OnDumpHandles();
+#if defined(OS_WIN)
+ void OnProcessBackgrounded(bool background);
+#endif
#ifdef IPC_MESSAGE_LOG_ENABLED
void OnSetIPCLoggingEnabled(bool enable);
#endif

Powered by Google App Engine
This is Rietveld 408576698