| Index: chrome/browser/ui/app_list/search/common/json_response_fetcher.h
|
| diff --git a/chrome/browser/ui/app_list/search/common/json_response_fetcher.h b/chrome/browser/ui/app_list/search/common/json_response_fetcher.h
|
| index 04b9fdfb86eea0f647ec692f4c329d19c8cf033f..07d49a2af0a6d37b6612ce93861020223fe2664a 100644
|
| --- a/chrome/browser/ui/app_list/search/common/json_response_fetcher.h
|
| +++ b/chrome/browser/ui/app_list/search/common/json_response_fetcher.h
|
| @@ -29,6 +29,8 @@ namespace app_list {
|
|
|
| // A class that fetches a JSON formatted response from a server and uses a
|
| // sandboxed utility process to parse it to a DictionaryValue.
|
| +// TODO(rkc): Add the ability to give control of handling http failures to
|
| +// the consumers of this class.
|
| class JSONResponseFetcher : public net::URLFetcherDelegate {
|
| public:
|
| // Callback to pass back the parsed json dictionary returned from the server.
|
|
|