Index: chrome/browser/ui/app_list/search/webstore/webstore_provider.cc |
diff --git a/chrome/browser/ui/app_list/search/webstore/webstore_provider.cc b/chrome/browser/ui/app_list/search/webstore/webstore_provider.cc |
index e52f98125698c2b76c8df88885dd51a4ba120930..fc14e0b3b270ea049d5e61c89e5a36c8bf0c6e9e 100644 |
--- a/chrome/browser/ui/app_list/search/webstore/webstore_provider.cc |
+++ b/chrome/browser/ui/app_list/search/webstore/webstore_provider.cc |
@@ -31,6 +31,7 @@ const char kKeyIconUrl[] = "icon_url"; |
// Returns true if the launcher should send queries to the web store server. |
bool UseWebstoreSearch() { |
+ return true; |
const char kFieldTrialName[] = "LauncherUseWebstoreSearch"; |
const char kEnable[] = "Enable"; |
return base::FieldTrialList::FindFullName(kFieldTrialName) == kEnable; |