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

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

Issue 14256007: drive: Remove polling code from DriveFileSystem (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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_file_system_metadata.cc
diff --git a/chrome/browser/chromeos/drive/drive_file_system_metadata.cc b/chrome/browser/chromeos/drive/drive_file_system_metadata.cc
index c6196fc7dfaf52d5aaa2fc4e7557437742ce5548..b32bb0bc0e91999b12f5bca0dac869bcf273f29e 100644
--- a/chrome/browser/chromeos/drive/drive_file_system_metadata.cc
+++ b/chrome/browser/chromeos/drive/drive_file_system_metadata.cc
@@ -11,7 +11,6 @@ DriveFileSystemMetadata::DriveFileSystemMetadata()
loaded(false),
refreshing(false),
push_notification_enabled(false),
- polling_interval_sec(0),
last_update_check_error(DRIVE_FILE_OK) {
}
« no previous file with comments | « chrome/browser/chromeos/drive/drive_file_system_metadata.h ('k') | chrome/browser/resources/chromeos/drive_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698