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

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

Issue 71233003: [SyncFS] Delete local file on rename and reorganize completion (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@00_completion
Patch Set: fix Created 7 years, 1 month 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/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 395176744444097bfe154d0214c62b69ec70f8d6..b92dd09912d1d442bb4f30b6d447bdfc504407a8 100644
--- a/chrome/browser/sync_file_system/drive_backend/metadata_database.h
+++ b/chrome/browser/sync_file_system/drive_backend/metadata_database.h
@@ -332,10 +332,6 @@ class MetadataDatabase {
bool HasActiveTrackerForPath(int64 parent_tracker,
const std::string& title) const;
- void UpdateTrackerTitle(FileTracker* tracker,
- const std::string& new_title,
- leveldb::WriteBatch* batch);
-
void WriteToDatabase(scoped_ptr<leveldb::WriteBatch> batch,
const SyncStatusCallback& callback);

Powered by Google App Engine
This is Rietveld 408576698