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, |