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

Unified Diff: chrome/browser/ui/app_list/search/common/json_response_fetcher.h

Issue 23874015: Implement people search. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months 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
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.

Powered by Google App Engine
This is Rietveld 408576698