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..605e757aa1e9ece1d5bf364f34df61425908a32b 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 the committed entery a search results page. |
|
Mark P
2013/08/06 19:38:36
nit: spelling and grammar.
rpetterson
2013/08/06 23:04:17
Done.
|
| + virtual bool IsSearchResultsPage() const = 0; |
| + |
| // Returns whether the current page is loading. |
| virtual bool IsLoading() const = 0; |