| Index: content/public/browser/browser_plugin_guest_delegate.h
|
| diff --git a/content/public/browser/browser_plugin_guest_delegate.h b/content/public/browser/browser_plugin_guest_delegate.h
|
| index 4dd1a4cd732925d2cb2f18a6f4e31aa032101b5b..c22957b64643cacbdb08dd382019ba1223e759dc 100644
|
| --- a/content/public/browser/browser_plugin_guest_delegate.h
|
| +++ b/content/public/browser/browser_plugin_guest_delegate.h
|
| @@ -26,6 +26,7 @@ class GuestHost;
|
| // WebContents and to provide necessary functionality.
|
| class CONTENT_EXPORT BrowserPluginGuestDelegate {
|
| public:
|
| + BrowserPluginGuestDelegate();
|
| virtual ~BrowserPluginGuestDelegate() {}
|
|
|
| // Notification that the embedder will begin attachment. This is called
|
|
|