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; } |