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

Unified Diff: chrome/browser/sync_file_system/drive_metadata_store.h

Issue 15711009: [SyncFileSystem][Clean up] Delete DriveMetadataDB::DeleteEntry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 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/sync_file_system/drive_metadata_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync_file_system/drive_metadata_store.h
diff --git a/chrome/browser/sync_file_system/drive_metadata_store.h b/chrome/browser/sync_file_system/drive_metadata_store.h
index 9c08c8a31386b5fef6f681cf34bd0b112ae95951..987e5a33469d372fe965d39a7915e93b99d5c220 100644
--- a/chrome/browser/sync_file_system/drive_metadata_store.h
+++ b/chrome/browser/sync_file_system/drive_metadata_store.h
@@ -26,6 +26,7 @@ class SequencedTaskRunner;
namespace leveldb {
class DB;
+class WriteBatch;
}
class GURL;
@@ -149,6 +150,9 @@ class DriveMetadataStore
private:
friend class DriveMetadataStoreTest;
+ void WriteToDB(scoped_ptr<leveldb::WriteBatch> batch,
+ const SyncStatusCallback& callback);
+
void UpdateDBStatus(SyncStatusCode status);
void UpdateDBStatusAndInvokeCallback(const SyncStatusCallback& callback,
SyncStatusCode status);
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/drive_metadata_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698