Chromium Code Reviews| Index: content/public/browser/web_contents.h |
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h |
| index 0e3887649298e6409a0015d2122e2f71432fd5d8..d2ab950af944990a1659100c0b9a38d0d112d839 100644 |
| --- a/content/public/browser/web_contents.h |
| +++ b/content/public/browser/web_contents.h |
| @@ -45,6 +45,7 @@ struct LoadStateWithParam; |
| namespace content { |
| class BrowserContext; |
| +class BrowserPluginGuestDelegate; |
| class InterstitialPage; |
| class PageState; |
| class RenderFrameHost; |
| @@ -109,13 +110,7 @@ class WebContents : public PageNavigator, |
| // True if the contents should be initially hidden. |
| bool initially_hidden; |
| - // If this instance ID is non-zero then it indicates that this WebContents |
| - // should behave as a guest. |
| - int guest_instance_id; |
| - |
| - // TODO(fsamuel): This is temporary. Remove this once all guests are created |
| - // from the content embedder. |
| - scoped_ptr<base::DictionaryValue> guest_extra_params; |
| + BrowserPluginGuestDelegate* guest_delegate; |
|
lazyboy
2014/06/17 23:46:46
Add comment.
Fady Samuel
2014/06/18 21:08:34
Done.
|
| // Used to specify the location context which display the new view should |
| // belong. This can be NULL if not needed. |