| Index: chrome/browser/ui/intents/web_intent_inline_disposition_delegate.cc
|
| ===================================================================
|
| --- chrome/browser/ui/intents/web_intent_inline_disposition_delegate.cc (revision 158566)
|
| +++ chrome/browser/ui/intents/web_intent_inline_disposition_delegate.cc (working copy)
|
| @@ -42,12 +42,6 @@
|
| return true;
|
| }
|
|
|
| -bool WebIntentInlineDispositionDelegate::ShouldAddNavigationToHistory(
|
| - const history::HistoryAddPageArgs& add_page_args,
|
| - content::NavigationType navigation_type) {
|
| - return false;
|
| -}
|
| -
|
| content::WebContents* WebIntentInlineDispositionDelegate::OpenURLFromTab(
|
| content::WebContents* source, const content::OpenURLParams& params) {
|
| DCHECK(source); // Can only be invoked from inline disposition.
|
|
|