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

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

Issue 10831076: gdata: Get rid of callback from GDataDirectoryService::FindEntryByPath() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments 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_file_system.cc » ('j') | 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 8b69845df7b09110227f3cc21db0313bb6b6b7ab..9edd41ad29aa8d1a7dc1908140cd5e51ad5ada08 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h
@@ -175,10 +175,6 @@ class GDataFileSystem : public GDataFileSystemInterface,
// Struct used for StartFileUploadOnUIThread().
struct StartFileUploadParams;
- // Finds entry object by |file_path| and returns the entry object.
- // Returns NULL if it does not find the entry.
- GDataEntry* GetGDataEntryByPath(const FilePath& file_path);
-
// Callback passed to |LoadFeedFromServer| from |Search| method.
// |callback| is that should be run with data received from
// |LoadFeedFromServer|.
« no previous file with comments | « no previous file | chrome/browser/chromeos/gdata/gdata_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698