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

Unified Diff: content/renderer/browser_plugin/browser_plugin.h

Issue 564973004: Move ContentWindow from BrowserPlugin To GuestView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More cleanup Created 6 years, 3 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/renderer/browser_plugin/browser_plugin.h
diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h
index 5844a02d84d2dfe852022ca008723d1eba04fd72..0dd8c2fdbc491c80d8eb538e8dee9e3fc42ac8f7 100644
--- a/content/renderer/browser_plugin/browser_plugin.h
+++ b/content/renderer/browser_plugin/browser_plugin.h
@@ -63,9 +63,6 @@ class CONTENT_EXPORT BrowserPlugin :
// BrowserPlugin accordingly.
void ParseAllowTransparencyAttribute();
- // Get the guest's DOMWindow proxy.
- NPObject* GetContentWindow() const;
-
// Returns whether the guest process has crashed.
bool guest_crashed() const { return guest_crashed_; }
@@ -199,8 +196,6 @@ class CONTENT_EXPORT BrowserPlugin :
int request_id,
gfx::Rect source_rect,
gfx::Size dest_size);
- void OnGuestContentWindowReady(int instance_id,
- int content_window_routing_id);
void OnGuestGone(int instance_id);
void OnSetCursor(int instance_id, const WebCursor& cursor);
void OnSetMouseLock(int instance_id, bool enable);
« no previous file with comments | « content/public/browser/browser_plugin_guest_delegate.h ('k') | content/renderer/browser_plugin/browser_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698