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

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

Issue 11365249: drive: Event logger for chrome:drive-internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 50e55da45b72a9d786aff0eb5b78025459ffb732..4920f9a0fd2b822934dfd099bb515a3d599dd166 100644
--- a/chrome/browser/chromeos/drive/drive_system_service.h
+++ b/chrome/browser/chromeos/drive/drive_system_service.h
@@ -29,9 +29,10 @@ class DriveCache;
class DriveDownloadObserver;
class DriveFileSystemInterface;
class DriveWebAppsRegistry;
-class FileWriteHelper;
class DriveSyncClient;
class DrivePrefetcher;
+class EventLogger;
+class FileWriteHelper;
class StaleCacheFilesRemover;
// DriveSystemService runs the Drive system, including the Drive file system
@@ -112,6 +113,7 @@ class DriveSystemService : public ProfileKeyedService,
bool push_notification_registered_;
scoped_refptr<base::SequencedTaskRunner> blocking_task_runner_;
+ scoped_ptr<EventLogger> event_logger_;
DriveCache* cache_;
scoped_ptr<google_apis::DriveServiceInterface> drive_service_;
scoped_ptr<google_apis::DriveUploader> uploader_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/drive_system_service.cc » ('j') | chrome/browser/chromeos/drive/event_logger.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698