| Index: chrome/browser/instant/instant_unload_handler.cc
|
| diff --git a/chrome/browser/instant/instant_unload_handler.cc b/chrome/browser/instant/instant_unload_handler.cc
|
| index fa64ed1e13894fd15485de712c4eb5a3e1e61397..6ee81c3b6d10c2406ad18f9f1cc81e6a4333418b 100644
|
| --- a/chrome/browser/instant/instant_unload_handler.cc
|
| +++ b/chrome/browser/instant/instant_unload_handler.cc
|
| @@ -39,10 +39,6 @@ class InstantUnloadHandler::WebContentsDelegateImpl
|
| handler_->Activate(this, contents_.Pass(), index_);
|
| }
|
|
|
| - virtual bool ShouldSuppressDialogs() OVERRIDE {
|
| - return true;
|
| - }
|
| -
|
| private:
|
| InstantUnloadHandler* const handler_;
|
| scoped_ptr<content::WebContents> contents_;
|
|
|