| 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..db74de89ada7713558703d7d1b2a35b5a662f7f4 100644
|
| --- a/chrome/browser/instant/instant_controller.h
|
| +++ b/chrome/browser/instant/instant_controller.h
|
| @@ -174,8 +174,11 @@ class InstantController {
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(InstantTest, OmniboxFocusLoadsInstant);
|
| + FRIEND_TEST_ALL_PREFIXES(InstantTest, SetWithTemplateURL);
|
| FRIEND_TEST_ALL_PREFIXES(InstantTest, NonInstantSearchProvider);
|
| FRIEND_TEST_ALL_PREFIXES(InstantTest, InstantLoaderRefresh);
|
| + FRIEND_TEST_ALL_PREFIXES(InstantExtendedTest, ExtendedModeIsOn);
|
| + FRIEND_TEST_ALL_PREFIXES(InstantExtendedTest, OmniboxFocusLoadsInstant);
|
|
|
| // Helper for OmniboxFocusChanged. Commit or discard the preview.
|
| void OmniboxLostFocus(gfx::NativeView view_gaining_focus);
|
|
|