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

Unified Diff: content/browser/browser_plugin/browser_plugin_guest.h

Issue 972313002: Make <webview> use out-of-process iframe architecture. (Closed) Base URL: ssh://saopaulo.wat/mnt/dev/shared/src@testoopif2z-better-chrome
Patch Set: add basic postMessage test 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
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..aa3039fc3f7655ef16c17f89508c45b62ad5af0c 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.
Charlie Reis 2015/05/19 07:12:31 This comment needs updating, assuming it only appl
lazyboy 2015/05/21 23:23:46 Done.
class CONTENT_EXPORT BrowserPluginGuest : public GuestHost,
public WebContentsObserver {
public:

Powered by Google App Engine
This is Rietveld 408576698