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

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

Issue 10541111: Remove chromeos::GDataFileSystem::ParseGDataFeed which lacks method body (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/gdata_file_system.h
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.h b/chrome/browser/chromeos/gdata/gdata_file_system.h
index 5ad5996c43f8cdb9da9156ab5633a0091de7e207..cbd177926b6221c34e3bee509d0afbdd652fea83 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h
@@ -640,12 +640,6 @@ class GDataFileSystem : public GDataFileSystemInterface,
// Returns NULL if it does not find the entry.
GDataEntry* GetGDataEntryByPath(const FilePath& file_path);
- // Converts document feed from gdata service into DirectoryInfo. On failure,
- // returns NULL and fills in |error| with an appropriate value.
- GDataDirectory* ParseGDataFeed(GDataErrorCode status,
- base::Value* data,
- base::PlatformFileError *error);
-
// Callback passed to |LoadFeedFromServer| from |SearchAsync| method.
// |callback| is that should be run with data received from
// |LoadFeedFromServer|.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698