summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_window.h
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-04 23:22:04 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-04 23:22:04 +0000
commita0b846623f3c7dbf6cbc6a36cd71135f5d218ca3 (patch)
tree20bf34a75e48029fd2149c0973bec9107c3891ef /chrome/browser/browser_window.h
parent1f8d420b980bb1bb0d18d8486656751460cfcc2b (diff)
downloadchromium_src-a0b846623f3c7dbf6cbc6a36cd71135f5d218ca3.zip
chromium_src-a0b846623f3c7dbf6cbc6a36cd71135f5d218ca3.tar.gz
chromium_src-a0b846623f3c7dbf6cbc6a36cd71135f5d218ca3.tar.bz2
Changes instant around to support multiple loaders. This is
necessitated by needing to hold off on showing instant results until I know if the server really supports instant. This change is mostly refactoring to enable this. Most of what was MatchPreview has been moved into MatchPreviewLoader. LoaderManager is used to determine which MatchPreviewLoader to use as well as keeping around a cache of them. MatchPreview for the most part delegates to LoaderManager and MatchPreviewLoader now. I'll rename all these classes to instant (and move into its own directory) next. BUG=54833 TEST=none Review URL: http://codereview.chromium.org/3541008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61441 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_window.h')
-rw-r--r--chrome/browser/browser_window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_window.h b/chrome/browser/browser_window.h
index 4ff6d5e..aa109c5 100644
--- a/chrome/browser/browser_window.h
+++ b/chrome/browser/browser_window.h
@@ -313,7 +313,7 @@ class BrowserWindow {
#endif
// Invoked when the match preview's tab contents should be shown.
- virtual void ShowMatchPreview() = 0;
+ virtual void ShowMatchPreview(TabContents* preview_contents) = 0;
// Invoked when the match preview's tab contents should be hidden.
virtual void HideMatchPreview() = 0;