| Index: chrome/browser/tab_contents/tab_contents_delegate.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents_delegate.h b/chrome/browser/tab_contents/tab_contents_delegate.h
|
| index 873dbe1062986b58613c7a5d0b116b43f12b91bc..ff1d5377a16ea532d736ce57e129e842ae65d04b 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_delegate.h
|
| +++ b/chrome/browser/tab_contents/tab_contents_delegate.h
|
| @@ -125,10 +125,6 @@ class TabContentsDelegate : public AutomationResourceRoutingDelegate {
|
| // a TabContents with a valid WebApp set.
|
| virtual void ConvertContentsToApplication(TabContents* source);
|
|
|
| - // Whether this tab can be blurred through a javascript obj.blur()
|
| - // call. ConstrainedWindows shouldn't be able to be blurred.
|
| - virtual bool CanBlur() const;
|
| -
|
| // Whether the specified tab can be reloaded.
|
| // Reloading can be disabled e. g. for the DevTools window.
|
| virtual bool CanReloadContents(TabContents* source) const;
|
|
|