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

Unified Diff: chrome/browser/sync_file_system/drive_backend/metadata_database.h

Issue 102073003: Revert of Add some DVLOG's in MetadataDatabase::Update* methods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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_backend/metadata_database.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_backend/metadata_database.h
diff --git a/chrome/browser/sync_file_system/drive_backend/metadata_database.h b/chrome/browser/sync_file_system/drive_backend/metadata_database.h
index 8a9fae6cbc4907a599eda804d8f108a9aaa85a42..2a54d85096cc801025fb42f71bab58a5e56d4091 100644
--- a/chrome/browser/sync_file_system/drive_backend/metadata_database.h
+++ b/chrome/browser/sync_file_system/drive_backend/metadata_database.h
@@ -231,6 +231,9 @@
FileTracker* tracker,
base::FilePath* path) const;
+ void UpdateByFileMetadata(scoped_ptr<FileMetadata> file,
+ leveldb::WriteBatch* batch);
+
// Updates database by |changes|.
// Marks each tracker for modified file as dirty and adds new trackers if
// needed.
@@ -382,10 +385,6 @@
bool HasActiveTrackerForPath(int64 parent_tracker,
const std::string& title) const;
- void UpdateByFileMetadata(const tracked_objects::Location& from_where,
- scoped_ptr<FileMetadata> file,
- leveldb::WriteBatch* batch);
-
void WriteToDatabase(scoped_ptr<leveldb::WriteBatch> batch,
const SyncStatusCallback& callback);
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/drive_backend/metadata_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698