| 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 db20a46ac3f20888d427f4d032dad65f9f16ce27..973fc2e9a2b5fbb1250203c45be7596e9a3bbf06 100644
|
| --- a/chrome/browser/ui/app_list/search/webstore/webstore_provider.cc
|
| +++ b/chrome/browser/ui/app_list/search/webstore/webstore_provider.cc
|
| @@ -28,7 +28,6 @@ const char kKeyResults[] = "results";
|
| const char kKeyId[] = "id";
|
| const char kKeyLocalizedName[] = "localized_name";
|
| const char kKeyIconUrl[] = "icon_url";
|
| -const size_t kMinimumQueryLength = 3u;
|
|
|
| // Returns true if the launcher should send queries to the web store server.
|
| bool UseWebstoreSearch() {
|
|
|