| Index: chrome/browser/ui/app_list/search/webstore/webstore_provider.h
|
| diff --git a/chrome/browser/ui/app_list/search/webstore/webstore_provider.h b/chrome/browser/ui/app_list/search/webstore/webstore_provider.h
|
| index fcc8d7ed4951c8745d06166e5a655474dca9f4bb..8dee4afb75e1a5eeabf25c7309efc17f54bdac7c 100644
|
| --- a/chrome/browser/ui/app_list/search/webstore/webstore_provider.h
|
| +++ b/chrome/browser/ui/app_list/search/webstore/webstore_provider.h
|
| @@ -58,6 +58,9 @@ class WebstoreProvider : public WebserviceSearchProvider{
|
| // The current query.
|
| std::string query_;
|
|
|
| + // Whether there is currently a query pending.
|
| + bool query_pending_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(WebstoreProvider);
|
| };
|
|
|
|
|