Index: content/browser/browser_plugin/browser_plugin_guest.h |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h |
index 946d8d97a02fc5d71280f3740624e24bf8ba51c8..72c5cf5e57e49e2a1e29ff95c2c8ac501c77b2b0 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -77,6 +77,9 @@ struct DropData; |
// A BrowserPluginGuest can also create a new unattached guest via |
// CreateNewWindow. The newly created guest will live in the same partition, |
// which means it can share storage and can script this guest. |
+// |
+// Note that all IPC sent out from this class will be dropped on the |
+// floor b/c we don't have a BrowserPlugin anymore. |
class CONTENT_EXPORT BrowserPluginGuest : public GuestHost, |
public WebContentsObserver { |
public: |