| Index: chrome/browser/ui/search/search.cc
|
| diff --git a/chrome/browser/ui/search/search.cc b/chrome/browser/ui/search/search.cc
|
| index 5a700e4bb374ed6540425f9676972088d5425ebe..bf888b9ffd9292c762d98fdb93b12c3ebbc39f53 100644
|
| --- a/chrome/browser/ui/search/search.cc
|
| +++ b/chrome/browser/ui/search/search.cc
|
| @@ -13,8 +13,7 @@ namespace chrome {
|
| namespace search {
|
|
|
| bool IsInstantExtendedAPIEnabled(const Profile* profile) {
|
| - return VersionInfo::GetChannel() <= VersionInfo::CHANNEL_DEV &&
|
| - !profile->IsOffTheRecord() &&
|
| + return !profile->IsOffTheRecord() &&
|
| CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kEnableInstantExtendedAPI);
|
| }
|
|
|