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

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

Issue 102063002: Revert 238395 "Add some DVLOG's in MetadataDatabase::Update* met..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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 | trunk/src/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: trunk/src/chrome/browser/sync_file_system/drive_backend/metadata_database.h
===================================================================
--- trunk/src/chrome/browser/sync_file_system/drive_backend/metadata_database.h (revision 238395)
+++ trunk/src/chrome/browser/sync_file_system/drive_backend/metadata_database.h (working copy)
@@ -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.
@@ -389,10 +392,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 | trunk/src/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