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

Unified Diff: chrome/browser/chromeos/drive/drive_file_system.cc

Issue 13933016: Refactor drive::ChangeListLoader. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 8 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 | « chrome/browser/chromeos/drive/change_list_loader.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/drive/drive_file_system.cc
diff --git a/chrome/browser/chromeos/drive/drive_file_system.cc b/chrome/browser/chromeos/drive/drive_file_system.cc
index 8b971358b9777b523c417d2e9e12bb3e863702cc..143f32b62e24189bcffd902373b6150e14dbc8a4 100644
--- a/chrome/browser/chromeos/drive/drive_file_system.cc
+++ b/chrome/browser/chromeos/drive/drive_file_system.cc
@@ -1348,7 +1348,7 @@ void DriveFileSystem::GetMetadata(
DriveFileSystemMetadata metadata;
metadata.loaded = change_list_loader_->loaded();
- metadata.refreshing = change_list_loader_->refreshing();
+ metadata.refreshing = change_list_loader_->IsRefreshing();
// Metadata related to delta update.
metadata.last_update_check_time = last_update_check_time_;
« no previous file with comments | « chrome/browser/chromeos/drive/change_list_loader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698