| 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..f02d1256a5c81acd389d5cea6be6544ccd8b423b 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);
|
|
|
| +// If |force| is true then the instant extended API is force to be enabled.
|
| +void SetForceInstantExtendedAPIEnabledForTesting(bool force);
|
| +
|
| } // namespace search
|
| } // namespace chrome
|
|
|
|
|