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

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

Issue 10386226: gdata: Add requestDirectoryRefresh to file_browser_private. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix dcheck failures Created 8 years, 7 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 d30c1df6c3a0bb8872411f32ed40196a29191c3d..88627d509520aa3e1296e24d308ebd3cad21b3f6 100644
--- a/chrome/browser/chromeos/gdata/gdata_files.h
+++ b/chrome/browser/chromeos/gdata/gdata_files.h
@@ -336,8 +336,10 @@ class GDataDirectory : public GDataEntry {
// Removes the entry from its children list and destroys the entry instance.
bool RemoveEntry(GDataEntry* entry);
- // Removes children elements.
+ // Removes child elements.
void RemoveChildren();
+ void RemoveChildFiles();
+ void RemoveChildDirectories();
// Last refresh time.
const base::Time& refresh_time() const { return refresh_time_; }
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc ('k') | chrome/browser/chromeos/gdata/gdata_files.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698