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

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

Issue 127683002: Less dependency for DriveAppRegistry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 08c9fc5f1dbb0ce7094fb1e13f5413ff7544cc06..c10b11f22584c11f22d0f1668c6a7fe3ca99e059 100644
--- a/chrome/browser/chromeos/drive/drive_integration_service.cc
+++ b/chrome/browser/chromeos/drive/drive_integration_service.cc
@@ -253,7 +253,7 @@ DriveIntegrationService::DriveIntegrationService(
cache_root_directory_.Append(kCacheFileDirectory),
blocking_task_runner_.get(),
NULL /* free_disk_space_getter */));
- drive_app_registry_.reset(new DriveAppRegistry(scheduler_.get()));
+ drive_app_registry_.reset(new DriveAppRegistry(drive_service_.get()));
resource_metadata_.reset(new internal::ResourceMetadata(
metadata_storage_.get(), blocking_task_runner_));

Powered by Google App Engine
This is Rietveld 408576698