| Index: content/public/browser/web_contents_delegate.h
|
| diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
|
| index 9c344f21109f32173177d442f2554ae220b47bab..eb5f480f49e694a70c93b5aaf7657ea88dc5f059 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -110,10 +110,6 @@ class CONTENT_EXPORT WebContentsDelegate {
|
| // Selects the specified contents, bringing its container to the front.
|
| virtual void ActivateContents(WebContents* contents) {}
|
|
|
| - // Deactivates the specified contents by deactivating its container and
|
| - // potentialy moving it to the back of the Z order.
|
| - virtual void DeactivateContents(WebContents* contents) {}
|
| -
|
| // Notifies the delegate that this contents is starting or is done loading
|
| // some resource. The delegate should use this notification to represent
|
| // loading feedback. See WebContents::IsLoading()
|
|
|