Index: chrome/browser/chromeos/drive/file_system.cc |
diff --git a/chrome/browser/chromeos/drive/file_system.cc b/chrome/browser/chromeos/drive/file_system.cc |
index 82479c6f383f4c67b17f20f0d5be0683df64178d..e18310d1a83ea960b521d2089110f663f121db16 100644 |
--- a/chrome/browser/chromeos/drive/file_system.cc |
+++ b/chrome/browser/chromeos/drive/file_system.cc |
@@ -273,10 +273,6 @@ FileSystem::~FileSystem() { |
change_list_loader_->RemoveObserver(this); |
} |
-void FileSystem::Initialize() { |
- DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
-} |
- |
void FileSystem::Reload(const FileOperationCallback& callback) { |
// Discard the current loader and operation objects and renew them. This is to |
// avoid that changes initiated before the metadata reset is applied after the |