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

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

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.h
diff --git a/chrome/browser/chromeos/drive/drive_file_system_metadata.h b/chrome/browser/chromeos/drive/drive_file_system_metadata.h
index 7a256d6ff16cb70525d862d4ecb8a5c214fe63c2..5bc66c0e965eb60201c589eb2b10624c87531696 100644
--- a/chrome/browser/chromeos/drive/drive_file_system_metadata.h
+++ b/chrome/browser/chromeos/drive/drive_file_system_metadata.h
@@ -29,10 +29,6 @@ struct DriveFileSystemMetadata {
// True if push notification is enabled.
bool push_notification_enabled;
- // Polling interval time in seconds used for fetching delta feeds
- // periodically.
- int polling_interval_sec;
-
// Time of the last update check.
base::Time last_update_check_time;
« no previous file with comments | « chrome/browser/chromeos/drive/drive_file_system.cc ('k') | chrome/browser/chromeos/drive/drive_file_system_metadata.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698