Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(895)

Unified Diff: chrome/browser/ui/search/search.cc

Issue 11414278: Add --enable-instant-extended-api to about:flags for all platforms (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698