Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Unified Diff: chrome/browser/views/app_launcher.cc

Issue 3332022: Bunch of match preview tweaks: (Closed)
Patch Set: Add string16 include Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/tab_contents/tab_contents_delegate.cc ('k') | chrome/browser/views/frame/browser_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « chrome/browser/tab_contents/tab_contents_delegate.cc ('k') | chrome/browser/views/frame/browser_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698