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

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

Issue 511643002: BrowserPlugin: Simplify guest access (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | « no previous file | content/browser/browser_plugin/browser_plugin_embedder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_plugin/browser_plugin_embedder.h
diff --git a/content/browser/browser_plugin/browser_plugin_embedder.h b/content/browser/browser_plugin/browser_plugin_embedder.h
index 37a4aab11caa15a116d0a7e3d1f1cd756027b77a..95ed9b87abc0cfea41af3eda7492ec2d0ec07cce 100644
--- a/content/browser/browser_plugin/browser_plugin_embedder.h
+++ b/content/browser/browser_plugin/browser_plugin_embedder.h
@@ -83,14 +83,7 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver {
bool UnlockMouseIfNecessaryCallback(bool* mouse_unlocked, WebContents* guest);
- // Called by the content embedder when a guest exists with the provided
- // |instance_id|.
- void OnGuestCallback(int instance_id,
- const BrowserPluginHostMsg_Attach_Params& params,
- WebContents* guest_web_contents);
-
// Message handlers.
-
void OnAttach(int instance_id,
const BrowserPluginHostMsg_Attach_Params& params);
void OnPluginAtPositionResponse(int instance_id,
« no previous file with comments | « no previous file | content/browser/browser_plugin/browser_plugin_embedder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698