| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 20ec899555c35419f4288ce5bcdbc0a3037e3f39..3840579c9b83475a0300b0cd7a933222abc7cd1a 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -612,6 +612,10 @@ class CONTENT_EXPORT WebContentsImpl
|
|
|
| content::RenderViewHostImpl* GetRenderViewHostImpl();
|
|
|
| + void GetBrowserPluginEmbedderInfo(content::RenderViewHost* render_view_host,
|
| + std::string* embedder_channel_name,
|
| + int* embedder_container_id);
|
| +
|
| // Stores random bits of data for others to associate with this object.
|
| // WARNING: this needs to be deleted after NavigationController.
|
| base::PropertyBag property_bag_;
|
|
|