Chromium Code Reviews| Index: chrome/browser/instant/instant_loader.h |
| diff --git a/chrome/browser/instant/instant_loader.h b/chrome/browser/instant/instant_loader.h |
| index 23b6f0664487bf210ab22de85370803087a5192a..f33827d4d4ad655d5711bea2bf616cc967bb6f1c 100644 |
| --- a/chrome/browser/instant/instant_loader.h |
| +++ b/chrome/browser/instant/instant_loader.h |
| @@ -86,6 +86,9 @@ class InstantLoader : public InstantClient::Delegate, |
| // to the history service had this WebContents not been used for Instant. |
| void DidNavigate(const history::HistoryAddPageArgs& add_page_args); |
| + // Returns true if the loader is loading InstantLoader::kLocalOmniboxPopupURL. |
|
samarth
2012/12/13 23:47:44
nit: s/InstantLoader/InstantController/
Shishir
2012/12/14 00:03:15
Done.
|
| + bool IsUsingLocalPreview() const; |
| + |
| // Calls through to methods of the same name on InstantClient. |
| void Update(const string16& text, |
| size_t selection_start, |