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

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

Issue 10829130: gdata: Remove NotifyDirectoryChanged() and NotifyDocumentFeedFetched() (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_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 f4d3719f2427db4e315f8a52d6f910fb2ec5d5e8..caca8b58af795a6140c2c5e7cba9409b6d4e6afe 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h
@@ -608,10 +608,6 @@ class GDataFileSystem : public GDataFileSystemInterface,
// Save filesystem as proto file.
void SaveFileSystemAsProto();
- // Notifies events to observers on UI thread.
- void NotifyDirectoryChanged(const FilePath& directory_path);
- void NotifyDocumentFeedFetched(int num_accumulated_entries);
-
// Runs the callback and notifies that the initial load is finished.
void RunAndNotifyInitialLoadFinished(
const FindEntryCallback& callback,
« 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