| Index: content/public/browser/web_contents_delegate.cc
|
| diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
|
| index b85daaba7a31580dc2920148a10ddffd33eedb91..5a469d2922220508d258acfb478bc4cd4c747fe1 100644
|
| --- a/content/public/browser/web_contents_delegate.cc
|
| +++ b/content/public/browser/web_contents_delegate.cc
|
| @@ -37,6 +37,10 @@ bool WebContentsDelegate::ShouldSuppressDialogs() {
|
| return false;
|
| }
|
|
|
| +bool WebContentsDelegate::ShouldPreserveAbortedURLs(WebContents* source) {
|
| + return false;
|
| +}
|
| +
|
| bool WebContentsDelegate::AddMessageToConsole(WebContents* source,
|
| int32 level,
|
| const base::string16& message,
|
|
|