summaryrefslogtreecommitdiffstats
path: root/chrome/browser/instant/instant_loader_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/instant/instant_loader_delegate.h')
-rw-r--r--chrome/browser/instant/instant_loader_delegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/instant/instant_loader_delegate.h b/chrome/browser/instant/instant_loader_delegate.h
index 500e35e..b7eb31b 100644
--- a/chrome/browser/instant/instant_loader_delegate.h
+++ b/chrome/browser/instant/instant_loader_delegate.h
@@ -45,7 +45,7 @@ class InstantLoaderDelegate {
// Adds the specified url to the set of urls instant won't prefetch for.
virtual void AddToBlacklist(InstantLoader* loader, const GURL& url) = 0;
- // Invoked if the loader swaps to a different TabContents.
+ // Invoked if the loader swaps to a different WebContents.
virtual void SwappedTabContents(InstantLoader* loader) = 0;
// Invoked when the webcontents created by the loader is focused.