| Index: chrome/browser/ui/app_list/search/answer_card/answer_card_contents.h
|
| diff --git a/chrome/browser/ui/app_list/search/answer_card/answer_card_contents.h b/chrome/browser/ui/app_list/search/answer_card/answer_card_contents.h
|
| index 87ec12ae4027dd95a9a0545966547fe249b697c8..3cd42df8e08f68a6daadd8f8c6b9d1c0c037e377 100644
|
| --- a/chrome/browser/ui/app_list/search/answer_card/answer_card_contents.h
|
| +++ b/chrome/browser/ui/app_list/search/answer_card/answer_card_contents.h
|
| @@ -15,8 +15,6 @@ class AnswerCardResult;
|
|
|
| namespace content {
|
| class NavigationHandle;
|
| -struct OpenURLParams;
|
| -class WebContents;
|
| }
|
|
|
| namespace gfx {
|
| @@ -41,8 +39,6 @@ class AnswerCardContents {
|
| // events in WebContentsDelegate and WebContentsObserver, however,
|
| // unnecessary parameters are omitted.
|
| virtual void UpdatePreferredSize(const gfx::Size& pref_size) = 0;
|
| - virtual content::WebContents* OpenURLFromTab(
|
| - const content::OpenURLParams& params) = 0;
|
| virtual void DidFinishNavigation(
|
| content::NavigationHandle* navigation_handle) = 0;
|
| virtual void DidStopLoading() = 0;
|
|
|