| Index: chrome/browser/sync_file_system/local/local_file_sync_context.cc
|
| diff --git a/chrome/browser/sync_file_system/local/local_file_sync_context.cc b/chrome/browser/sync_file_system/local/local_file_sync_context.cc
|
| index bfea72b3ef84689e421796bf2e9fc4beb170e069..02b373e8fc40de5e9be7fb0d7c4e68a755df0a36 100644
|
| --- a/chrome/browser/sync_file_system/local/local_file_sync_context.cc
|
| +++ b/chrome/browser/sync_file_system/local/local_file_sync_context.cc
|
| @@ -459,8 +459,6 @@ void LocalFileSyncContext::InitializeFileSystemContextOnIOThread(
|
| SyncFileSystemBackend::GetBackend(file_system_context);
|
| DCHECK(backend);
|
| if (!backend->change_tracker()) {
|
| - // First registers the service name.
|
| - RegisterSyncableFileSystem();
|
| // Create and initialize LocalFileChangeTracker and call back this method
|
| // later again.
|
| std::set<GURL>* origins_with_changes = new std::set<GURL>;
|
|
|