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

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

Issue 13866009: Remove root resource id aliasing from DriveResourceMetadata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove other resource id check. Created 7 years, 8 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_system_service.cc
diff --git a/chrome/browser/chromeos/drive/drive_system_service.cc b/chrome/browser/chromeos/drive/drive_system_service.cc
index 681fc61d1dc564ae0c500f876f78cb8d8f86bc63..7f5e024f635a20d76cfd8f52fd17b7a8297abc62 100644
--- a/chrome/browser/chromeos/drive/drive_system_service.cc
+++ b/chrome/browser/chromeos/drive/drive_system_service.cc
@@ -136,7 +136,6 @@ DriveSystemService::DriveSystemService(
// We can call DriveCache::GetCacheDirectoryPath safely even before the cache
// gets initialized.
resource_metadata_.reset(new DriveResourceMetadata(
- drive_service_->GetRootResourceId(),
cache_->GetCacheDirectoryPath(DriveCache::CACHE_TYPE_META),
blocking_task_runner_));

Powered by Google App Engine
This is Rietveld 408576698