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

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

Issue 444463005: drive: Trigger "fast fetch" if remote update came during full loading. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + fix test. Created 6 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/change_list_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/drive/change_list_loader.h
diff --git a/chrome/browser/chromeos/drive/change_list_loader.h b/chrome/browser/chromeos/drive/change_list_loader.h
index c5c193882b5ede63597b5f2048469cb1c5271d57..e0796fc65a8712e9f6d0a2058bab786101e1c03b 100644
--- a/chrome/browser/chromeos/drive/change_list_loader.h
+++ b/chrome/browser/chromeos/drive/change_list_loader.h
@@ -184,6 +184,11 @@ class ChangeListLoader {
// Flushes the callbacks for change list loading and all directory loading.
void OnChangeListLoadComplete(FileError error);
+ // Called when the loading about_resource_loader_->UpdateAboutResource is
+ // completed.
+ void OnAboutResourceUpdated(google_apis::GDataErrorCode error,
+ scoped_ptr<google_apis::AboutResource> resource);
+
// ================= Implementation for change list loading =================
// Part of LoadFromServerIfNeeded().
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/change_list_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698