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

Unified Diff: content/browser/browser_child_process_host_impl.h

Issue 1538803004: Create child window in GPU process for DirectComposition (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/browser/browser_child_process_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_child_process_host_impl.h
diff --git a/content/browser/browser_child_process_host_impl.h b/content/browser/browser_child_process_host_impl.h
index 6b89e7f80845ae1e5f8c0e21e8e4e90c82950e09..a5f3b6d528b9beadc539d696b4511ef803d1282f 100644
--- a/content/browser/browser_child_process_host_impl.h
+++ b/content/browser/browser_child_process_host_impl.h
@@ -76,6 +76,10 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl
void OnChannelError() override;
void OnBadMessageReceived(const IPC::Message& message) override;
+ // Terminates the process and logs an error after a bad message was received
+ // from the child process.
+ void TerminateOnBadMessageReceived(uint32_t type);
+
// Removes this host from the host list. Calls ChildProcessHost::ForceShutdown
void ForceShutdown();
« no previous file with comments | « no previous file | content/browser/browser_child_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698