| Index: chrome/browser/ui/search/search.h
|
| diff --git a/chrome/browser/ui/search/search.h b/chrome/browser/ui/search/search.h
|
| index 8c13667117a11fdb770df836ce02c4d732fb8871..6fa3fe5e460bde9b79df3505cce4941b7239513f 100644
|
| --- a/chrome/browser/ui/search/search.h
|
| +++ b/chrome/browser/ui/search/search.h
|
| @@ -14,6 +14,9 @@ namespace search {
|
| // |profile| may not be NULL.
|
| bool IsInstantExtendedAPIEnabled(const Profile* profile);
|
|
|
| +// Force the instant extended API to be enabled for tests.
|
| +void EnableInstantExtendedAPIForTesting();
|
| +
|
| } // namespace search
|
| } // namespace chrome
|
|
|
|
|