| Index: content/browser/web_contents/web_contents_view_guest.h
|
| diff --git a/content/browser/web_contents/web_contents_view_guest.h b/content/browser/web_contents/web_contents_view_guest.h
|
| index 9a54375de4326f44aff5c946e0a0fc17538372e6..c8b662a681503ef6cf59799eb46338ad211be2f8 100644
|
| --- a/content/browser/web_contents/web_contents_view_guest.h
|
| +++ b/content/browser/web_contents/web_contents_view_guest.h
|
| @@ -35,7 +35,9 @@ class WebContentsViewGuest : public WebContentsView,
|
|
|
| WebContents* web_contents();
|
|
|
| - void OnGuestInitialized(WebContentsView* parent_view);
|
| + void OnGuestAttached(WebContentsView* parent_view);
|
| +
|
| + void OnGuestDetached(WebContentsView* old_parent_view);
|
|
|
| // Converts the guest specific coordinates in |params| to embedder specific
|
| // ones.
|
|
|