| 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 53584dcc59ff03a2aafc26c99e3fe90bea875c71..d19ee91ff2b1e7319ca04c9daef686845669f4a0 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -162,6 +162,10 @@ class CONTENT_EXPORT WebContentsDelegate {
|
| // Reloading can be disabled e. g. for the DevTools window.
|
| virtual bool CanReloadContents(WebContents* source) const;
|
|
|
| + // Return the rect where to display the resize corner, if any, otherwise
|
| + // an empty rect.
|
| + virtual gfx::Rect GetRootWindowResizerRect() const;
|
| +
|
| // Invoked prior to showing before unload handler confirmation dialog.
|
| virtual void WillRunBeforeUnloadConfirm() {}
|
|
|
|
|