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

Unified Diff: chrome/browser/chromeos/drive/file_system.h

Issue 16072024: drive: Remove the remaining mentions of "feed" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix the build Created 7 years, 6 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/drive/file_system.h
diff --git a/chrome/browser/chromeos/drive/file_system.h b/chrome/browser/chromeos/drive/file_system.h
index 87f44bf9110aba23a374db8e9d13da00f2744a9b..2c8546090ec76278053696cd3987265da526c6e9 100644
--- a/chrome/browser/chromeos/drive/file_system.h
+++ b/chrome/browser/chromeos/drive/file_system.h
@@ -253,8 +253,8 @@ class FileSystem : public FileSystemInterface,
google_apis::GDataErrorCode status,
scoped_ptr<google_apis::AboutResource> about_resource);
- // Callback for handling results of ReloadFeedFromServerIfNeeded() initiated
- // from CheckForUpdates().
+ // Part of CheckForUpdates(). Called when
+ // ChangeListLoader::CheckForUpdates() is complete.
void OnUpdateChecked(FileError error);
// Changes state of hosted documents visibility, triggers directory refresh.
« no previous file with comments | « chrome/browser/chromeos/drive/change_list_processor_unittest.cc ('k') | chrome/browser/chromeos/drive/file_system_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698