| 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 7a9b066e87812cc71d8a04f3fae14506a2a14706..72193d19d23f8ca5f651971cd9ffd700a6a82af9 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
|
| @@ -79,6 +79,9 @@ class MetadataDatabaseIndexOnDisk : public MetadataDatabaseIndexInterface {
|
| virtual std::vector<int64> GetAllTrackerIDs() const OVERRIDE;
|
| virtual std::vector<std::string> GetAllMetadataIDs() const OVERRIDE;
|
|
|
| + // Builds on-disk indexes from FileTracker entries on disk.
|
| + void BuildTrackerIndexes(leveldb::WriteBatch* batch);
|
| +
|
| private:
|
| enum NumEntries {
|
| NONE, // No entries are found.
|
|
|