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

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

Issue 423433006: [SyncFS] Implement RemoveUnreachableItems for MetadataDatabaseIndexOnDisk (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/sync_file_system/drive_backend/metadata_database_index_on_disk.h
diff --git a/chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.h b/chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.h
index f9423804991e9f4c292cfba614a014bc9d589b99..ed0bbb301afa589d799733db8145289f1dc41419 100644
--- a/chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.h
+++ b/chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.h
@@ -70,6 +70,8 @@ class MetadataDatabaseIndexOnDisk : public MetadataDatabaseIndexInterface {
// Builds on-disk indexes from FileTracker entries on disk.
void BuildTrackerIndexes();
+ LevelDBWrapper* GetDBForTesting();
+
private:
enum NumEntries {
NONE, // No entries are found.

Powered by Google App Engine
This is Rietveld 408576698