| Index: chrome/browser/instant/instant_controller.h
|
| diff --git a/chrome/browser/instant/instant_controller.h b/chrome/browser/instant/instant_controller.h
|
| index 250c31a6c0d10fb64a05141f033f20517b98aff2..d3ea43ef8345a8de4dcde5c67486af1bc3b3a31b 100644
|
| --- a/chrome/browser/instant/instant_controller.h
|
| +++ b/chrome/browser/instant/instant_controller.h
|
| @@ -166,7 +166,8 @@ class InstantController {
|
| void InstantLoaderRenderViewGone();
|
|
|
| // Invoked by InstantLoader when the instant page is about to navigate.
|
| - void InstantLoaderAboutToNavigateMainFrame(const GURL& url);
|
| + void InstantLoaderAboutToNavigateMainFrame(const GURL& url,
|
| + bool is_server_redirect);
|
|
|
| // Invoked by the InstantLoader when the instant page wants to navigate to
|
| // the speicfied URL.
|
|
|