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

Unified Diff: chrome/browser/chromeos/drive/drive_integration_service.cc

Issue 23625013: Remove drive::FileSystemInterface::Initialize(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 3 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/chromeos/drive/drive_integration_service.cc
diff --git a/chrome/browser/chromeos/drive/drive_integration_service.cc b/chrome/browser/chromeos/drive/drive_integration_service.cc
index 2704044bee8e542cc2cc5498ebe0a0f2f4403988..dea223b8a6d385b9aace7ef8b22f8d8574609f09 100644
--- a/chrome/browser/chromeos/drive/drive_integration_service.cc
+++ b/chrome/browser/chromeos/drive/drive_integration_service.cc
@@ -421,7 +421,6 @@ void DriveIntegrationService::Initialize() {
state_ = INITIALIZING;
drive_service_->Initialize();
- file_system_->Initialize();
base::PostTaskAndReplyWithResult(
blocking_task_runner_.get(),
@@ -453,7 +452,7 @@ void DriveIntegrationService::InitializeAfterMetadataInitialized(
}
// Back to NOT_INITIALIZED state. Then, re-running Initialize() should
- // work if the error is recovarable manually (such as out of disk space).
+ // work if the error is recoverable manually (such as out of disk space).
state_ = NOT_INITIALIZED;
return;
}

Powered by Google App Engine
This is Rietveld 408576698