Index: chrome/browser/ui/search/instant_page.h |
diff --git a/chrome/browser/ui/search/instant_page.h b/chrome/browser/ui/search/instant_page.h |
index 83496c4f0436e680f0ee267ad389e14633ca90b5..9ce316847260003f5bd76c02034ade69d8a7fef0 100644 |
--- a/chrome/browser/ui/search/instant_page.h |
+++ b/chrome/browser/ui/search/instant_page.h |
@@ -56,9 +56,6 @@ class InstantPage : public content::WebContentsObserver, |
virtual ~InstantPage(); |
- // The WebContents corresponding to the page we're talking to. May be NULL. |
- content::WebContents* contents() const { return web_contents(); } |
- |
// Returns the Instant URL that was loaded for this page. Returns the empty |
// string if no URL was explicitly loaded as is the case for InstantTab. |
virtual const std::string& instant_url() const; |