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

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

Issue 14093022: Remove DrivePrefetcher and relevant flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: xxxxx 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.h
diff --git a/chrome/browser/chromeos/drive/drive_system_service.h b/chrome/browser/chromeos/drive/drive_system_service.h
index 6852a8d5862a138e302377397137a12b347885ae..854ced055112bb04f99e0cc7affd44efdae39b01 100644
--- a/chrome/browser/chromeos/drive/drive_system_service.h
+++ b/chrome/browser/chromeos/drive/drive_system_service.h
@@ -33,7 +33,6 @@ namespace drive {
class DownloadHandler;
class DriveCache;
class DriveFileSystemInterface;
-class DrivePrefetcher;
class DriveResourceMetadata;
class DriveWebAppsRegistry;
class FileSystemProxy;
@@ -170,7 +169,6 @@ class DriveSystemService : public ProfileKeyedService,
scoped_ptr<FileWriteHelper> file_write_helper_;
scoped_ptr<DownloadHandler> download_handler_;
scoped_ptr<SyncClient> sync_client_;
- scoped_ptr<DrivePrefetcher> prefetcher_;
scoped_ptr<StaleCacheFilesRemover> stale_cache_files_remover_;
scoped_refptr<FileSystemProxy> file_system_proxy_;
« no previous file with comments | « chrome/browser/chromeos/drive/drive_prefetcher_unittest.cc ('k') | chrome/browser/chromeos/drive/drive_system_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698