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

Unified Diff: chrome/browser/chromeos/gdata/gdata_files.h

Issue 10352004: gdata: Implement periodic file system update checks. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add 2 more DCHECKs to make sure we're not starting/stopping timer when it is already started/stoppe… Created 8 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/gdata/gdata_files.h
diff --git a/chrome/browser/chromeos/gdata/gdata_files.h b/chrome/browser/chromeos/gdata/gdata_files.h
index e53102a140e14b73c00c6ccbd7921454e1172d23..7e000dbf3907e646ceb64ef695a7f44694dd1a1b 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; }

Powered by Google App Engine
This is Rietveld 408576698