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

Unified Diff: content/common/frame_messages.h

Issue 1117023002: Keep event page alive when there's some Pepper plugin on it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove DCHECK. Created 5 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
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/browser/web_contents_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 70870ab2f77d9c535b4b1eb73ce07755bfa00bbd..4e261f5a953c490a4a4469a0981085848052c8de 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -720,6 +720,14 @@ IPC_MESSAGE_ROUTED2(FrameHostMsg_DomOperationResponse,
int /* automation_id */)
#if defined(ENABLE_PLUGINS)
+// Notification sent from a renderer to the browser that a Pepper plugin
+// instance is created in the DOM.
+IPC_MESSAGE_ROUTED0(FrameHostMsg_PepperInstanceCreated)
+
+// Notification sent from a renderer to the browser that a Pepper plugin
+// instance is deleted from the DOM.
+IPC_MESSAGE_ROUTED0(FrameHostMsg_PepperInstanceDeleted)
+
// Sent to the browser when the renderer detects it is blocked on a pepper
// plugin message for too long. This is also sent when it becomes unhung
// (according to the value of is_hung). The browser can give the user the
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/browser/web_contents_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698