diff options
author | hshi@google.com <hshi@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 00:21:34 +0000 |
---|---|---|
committer | hshi@google.com <hshi@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 00:21:34 +0000 |
commit | 6d7edf89d8e9f1bbe6a6c0faae3bbe68b710ca21 (patch) | |
tree | 23f61ad555f19a0de37841e5afb14f9eb939cbfb /chrome/browser/chromeos/gdata/gdata_files.h | |
parent | 60c6d60148a4240aedf3c95c4bb4c67c77f1f562 (diff) | |
download | chromium_src-6d7edf89d8e9f1bbe6a6c0faae3bbe68b710ca21.zip chromium_src-6d7edf89d8e9f1bbe6a6c0faae3bbe68b710ca21.tar.gz chromium_src-6d7edf89d8e9f1bbe6a6c0faae3bbe68b710ca21.tar.bz2 |
gdata: Implement periodic file system update checks.
We should run periodic checks for updates on server as long as we
have presence of a file watcher for /gdata.
BUG=chromium-os:29411
TEST=locally tested on lumpy device.
Review URL: http://codereview.chromium.org/10352004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135251 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/gdata/gdata_files.h')
-rw-r--r-- | chrome/browser/chromeos/gdata/gdata_files.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/chromeos/gdata/gdata_files.h b/chrome/browser/chromeos/gdata/gdata_files.h index e53102a..7e000db 100644 --- a/chrome/browser/chromeos/gdata/gdata_files.h +++ b/chrome/browser/chromeos/gdata/gdata_files.h @@ -324,9 +324,6 @@ class GDataDirectory : public GDataEntry { // Removes children elements. void RemoveChildren(); - // Checks if directory content needs to be refreshed from the server. - bool NeedsRefresh() const; - // Last refresh time. const base::Time& refresh_time() const { return refresh_time_; } void set_refresh_time(const base::Time& time) { refresh_time_ = time; } |