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

Unified Diff: chrome/browser/chromeos/gdata/gdata_operations.h

Issue 10797027: Revert 147413 - gdrive: Get JSON feeds parsing off the UI thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/gdata/gdata_operations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/gdata_operations.h
===================================================================
--- chrome/browser/chromeos/gdata/gdata_operations.h (revision 147421)
+++ chrome/browser/chromeos/gdata/gdata_operations.h (working copy)
@@ -253,8 +253,7 @@
// Must override GetDataOperation's ParseResponse because the response is XML
// not JSON.
- virtual bool ParseResponse(GDataErrorCode fetch_error_code,
- const std::string& data) OVERRIDE;
+ virtual base::Value* ParseResponse(const std::string& data) OVERRIDE;
private:
std::string app_id_;
GURL document_url_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/gdata/gdata_operations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698