| Index: chrome/browser/ui/search/search.cc
|
| diff --git a/chrome/browser/ui/search/search.cc b/chrome/browser/ui/search/search.cc
|
| index edfd81a44b9b9fbe5a2cee76e341f7404e66e0d2..f22aca8ac7388bd7c883451c8d643921d9686bfd 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)) {
|
|
|