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

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

Issue 10332267: Revert 138055 - gdata: Add requestDirectoryRefresh to file_browser_private. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- chrome/browser/chromeos/gdata/gdata_files.h (revision 138055)
+++ chrome/browser/chromeos/gdata/gdata_files.h (working copy)
@@ -336,10 +336,8 @@
// Removes the entry from its children list and destroys the entry instance.
bool RemoveEntry(GDataEntry* entry);
- // Removes child elements.
+ // Removes children 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