Chromium Code Reviews| Index: chrome/browser/ui/omnibox/omnibox_current_page_delegate.h |
| diff --git a/chrome/browser/ui/omnibox/omnibox_current_page_delegate.h b/chrome/browser/ui/omnibox/omnibox_current_page_delegate.h |
| index b21495b00fa6ab914108b27b54b66d0fd24a2aa4..e1713bfa2d010b09de771d523606695b1686d504 100644 |
| --- a/chrome/browser/ui/omnibox/omnibox_current_page_delegate.h |
| +++ b/chrome/browser/ui/omnibox/omnibox_current_page_delegate.h |
| @@ -35,6 +35,9 @@ class OmniboxCurrentPageDelegate { |
| // Returns true if the visible entry is a New Tab Page rendered by Instant. |
| virtual bool IsInstantNTP() const = 0; |
| + // Returns true if this is a search results page. |
| + virtual bool IsSearchResultsPage() const = 0; |
|
Peter Kasting
2013/07/31 23:56:51
Why do you need this? Nothing in the patch calls
rpetterson
2013/08/05 19:46:12
This is a partial merge from Mark's CL since the i
|
| + |
| // Returns whether the current page is loading. |
| virtual bool IsLoading() const = 0; |