| Index: chrome/browser/ui/search/search_tab_helper.h
|
| diff --git a/chrome/browser/ui/search/search_tab_helper.h b/chrome/browser/ui/search/search_tab_helper.h
|
| index 3f6eb8922cb871f626795117ea09ec229c007122..e74f3bb74a2e8571f7e0d923b587aec60c186f7b 100644
|
| --- a/chrome/browser/ui/search/search_tab_helper.h
|
| +++ b/chrome/browser/ui/search/search_tab_helper.h
|
| @@ -33,6 +33,11 @@ class SearchTabHelper : public content::NotificationObserver,
|
| // affect the search mode.
|
| void OmniboxEditModelChanged(bool user_input_in_progress, bool cancelling);
|
|
|
| + // Invoked when the tab is being redirected from the online page to the
|
| + // local fallback page. At this time we reset our state to prepare for the
|
| + // new loading events.
|
| + void RedirectingToLocal();
|
| +
|
| // Invoked when the active navigation entry is updated in some way that might
|
| // affect the search mode. This is used by Instant when it "fixes up" the
|
| // virtual URL of the active entry. Regular navigations are captured through
|
|
|