Index: chrome/browser/ui/browser_instant_controller.h |
diff --git a/chrome/browser/ui/browser_instant_controller.h b/chrome/browser/ui/browser_instant_controller.h |
index 3953c69f4d72882b5f7e9e744698adef41bda88f..d9c70ca0041c9b01e1e0f673c3e14f7e3b1041ae 100644 |
--- a/chrome/browser/ui/browser_instant_controller.h |
+++ b/chrome/browser/ui/browser_instant_controller.h |
@@ -48,12 +48,17 @@ |
void TabDeactivated(content::WebContents* contents); |
private: |
- // SearchModelObserver: |
+ // Overridden from search::SearchModelObserver: |
virtual void ModelChanged(const SearchModel::State& old_state, |
const SearchModel::State& new_state) OVERRIDE; |
- // InstantServiceObserver: |
+ // Overridden from InstantServiceObserver: |
virtual void DefaultSearchProviderChanged() OVERRIDE; |
+ virtual void GoogleURLUpdated() OVERRIDE; |
+ |
+ // Reloads the tabs in instant process to ensure that their privileged status |
+ // is still valid. |
+ void ReloadTabsInInstantProcess(); |
// Replaces the contents at tab |index| with |new_contents| and deletes the |
// existing contents. |