| Index: chrome/browser/ui/search/search.cc
|
| diff --git a/chrome/browser/ui/search/search.cc b/chrome/browser/ui/search/search.cc
|
| index 6b2716af79cc92e08aac02dd085d05415deaf973..659d4925c2b98f6a0b4a3b590f5c2fc5e873ace4 100644
|
| --- a/chrome/browser/ui/search/search.cc
|
| +++ b/chrome/browser/ui/search/search.cc
|
| @@ -20,10 +20,6 @@ bool IsInstantExtendedAPIEnabled(const Profile* profile) {
|
| }
|
|
|
| uint64 EmbeddedSearchPageVersion(const Profile* profile) {
|
| - // Incognito windows do not currently use the embedded search API.
|
| - if (profile->IsOffTheRecord())
|
| - return 0;
|
| -
|
| // Check Finch field trials.
|
| base::FieldTrial* trial = base::FieldTrialList::Find("InstantExtended");
|
| if (trial && StartsWithASCII(trial->group_name(), "Group", true)) {
|
|
|