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 f4a36614fe69c6952d07e53f784c7094d9e6f3c9..d92a2d319762f6d299b660eddf9bc0f6135fd401 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -247,6 +247,9 @@ class CONTENT_EXPORT BrowserPluginGuest : public NotificationObserver, |
RenderViewHost* embedder_rvh, |
const BrowserPluginHostMsg_ResizeGuest_Params& params); |
+ // Returns the embedder's routing ID. |
+ int embedder_routing_id() const; |
+ |
// Helper to send messages to embedder. Overridden in test implementation |
// since we want to intercept certain messages for testing. |
virtual void SendMessageToEmbedder(IPC::Message* msg); |