| Index: chrome/browser/ui/blocked_content/blocked_content_container.cc
|
| diff --git a/chrome/browser/ui/blocked_content/blocked_content_container.cc b/chrome/browser/ui/blocked_content/blocked_content_container.cc
|
| index fb22816591ed1af643c5df61b588a11556c11a1c..71beb905ffaa8ffb5f0ff3a6059a7091fd8fb208 100644
|
| --- a/chrome/browser/ui/blocked_content/blocked_content_container.cc
|
| +++ b/chrome/browser/ui/blocked_content/blocked_content_container.cc
|
| @@ -107,20 +107,6 @@ void BlockedContentContainer::Clear() {
|
|
|
| // Overridden from TabContentsDelegate:
|
|
|
| -// TODO(adriansc): Remove this method once refactoring changed all call sites.
|
| -TabContents* BlockedContentContainer::OpenURLFromTab(
|
| - TabContents* source,
|
| - const GURL& url,
|
| - const GURL& referrer,
|
| - WindowOpenDisposition disposition,
|
| - content::PageTransition transition) {
|
| - return owner_->tab_contents()->OpenURL(OpenURLParams(url,
|
| - referrer,
|
| - disposition,
|
| - transition,
|
| - false));
|
| -}
|
| -
|
| TabContents* BlockedContentContainer::OpenURLFromTab(
|
| TabContents* source,
|
| const OpenURLParams& params) {
|
|
|