Chromium Code Reviews| 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 86278b98694810af4cffc6ec4fa01b6f71f4346d..d3183b0c54f7c83fd1fac33b4f2ac9a42185f0a1 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: in --site-per-process, all IPC sent out from this class will be |
|
Charlie Reis
2015/05/22 23:44:30
nit: IPCs
lazyboy
2015/05/26 16:32:54
Done.
|
| +// dropped on the floor since we don't have a BrowserPlugin. |
| class CONTENT_EXPORT BrowserPluginGuest : public GuestHost, |
| public WebContentsObserver { |
| public: |