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

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

Issue 10800092: Database support for GDataDirectoryService. (Closed) Base URL: svn://chrome-svn/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
Index: chrome/browser/chromeos/gdata/gdata_file_system.h
===================================================================
--- chrome/browser/chromeos/gdata/gdata_file_system.h (revision 149486)
+++ chrome/browser/chromeos/gdata/gdata_file_system.h (working copy)
@@ -35,10 +35,6 @@
class DriveWebAppsRegistryInterface;
struct UploadFileInfo;
-namespace {
-struct LoadRootFeedParams;
-} // namespace
-
// The production implementation of GDataFileSystemInterface.
class GDataFileSystem : public GDataFileSystemInterface,
public content::NotificationObserver {
@@ -605,9 +601,13 @@
// Callback for handling root directory refresh from the cache.
void OnProtoLoaded(LoadRootFeedParams* params);
- // Save filesystem as proto file.
- void SaveFileSystemAsProto();
+ // Continues handling root directory refresh after the directory service
+ // is fully loaded.
+ void ContinueWithInitializedDirectoryService(LoadRootFeedParams* params);
+ // Save filesystem to disk.
+ void SaveFileSystem();
+
// Notifies events to observers on UI thread.
void NotifyDirectoryChanged(const FilePath& directory_path);
void NotifyDocumentFeedFetched(int num_accumulated_entries);

Powered by Google App Engine
This is Rietveld 408576698