| Index: chrome/browser/views/app_launcher.cc
|
| diff --git a/chrome/browser/views/app_launcher.cc b/chrome/browser/views/app_launcher.cc
|
| index 3f8bdbf6b5caeddf292fc82c340529b29d6598a0..880b085e8c05046f32a0e2152ca540a0ea20bfa7 100644
|
| --- a/chrome/browser/views/app_launcher.cc
|
| +++ b/chrome/browser/views/app_launcher.cc
|
| @@ -85,6 +85,7 @@ class InfoBubbleContentsView : public views::View,
|
| // WARNING: this is not the TabContents of the bubble! Use
|
| // GetBubbleTabContents() to get the bubble's TabContents.
|
| virtual TabContents* GetTabContents();
|
| + virtual MatchPreview* GetMatchPreview() { return NULL; }
|
| virtual void OnInputInProgress(bool in_progress) {}
|
|
|
| // CommandUpdater::CommandUpdaterDelegate implementation:
|
|
|