| Index: chrome/browser/search/search.h
|
| diff --git a/chrome/browser/search/search.h b/chrome/browser/search/search.h
|
| index 5aa81a6334ffbe54eabf63fd6de7b2bf65558f89..470ff12aabe4ca75d95fcec6061abb8941ed1718 100644
|
| --- a/chrome/browser/search/search.h
|
| +++ b/chrome/browser/search/search.h
|
| @@ -35,11 +35,11 @@ bool IsInstantExtendedAPIEnabled();
|
| // Returns the value to pass to the &espv CGI parameter when loading the
|
| // embedded search page from the user's default search provider. Will be
|
| // 0 if the Instant Extended API is not enabled, or if the local-only Instant
|
| -// Extended API is enabled.
|
| -uint64 EmbeddedSearchPageVersion();
|
| +// Extended API is enabled, or if in incognito mode.
|
| +uint64 EmbeddedSearchPageVersion(Profile* profile);
|
|
|
| // Returns whether query extraction is enabled.
|
| -bool IsQueryExtractionEnabled();
|
| +bool IsQueryExtractionEnabled(Profile* profile);
|
|
|
| // Returns whether the local-only version of Instant Extended API is enabled.
|
| bool IsLocalOnlyInstantExtendedAPIEnabled();
|
|
|