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

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

Issue 14271007: Remove public bool ChangeListLoader::loaded(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 143f32b62e24189bcffd902373b6150e14dbc8a4..b220684aaf571fdf5d553055dc7c9888a7800dcc 100644
--- a/chrome/browser/chromeos/drive/drive_file_system.cc
+++ b/chrome/browser/chromeos/drive/drive_file_system.cc
@@ -1347,7 +1347,6 @@ void DriveFileSystem::GetMetadata(
DCHECK(!callback.is_null());
DriveFileSystemMetadata metadata;
- metadata.loaded = change_list_loader_->loaded();
metadata.refreshing = change_list_loader_->IsRefreshing();
// Metadata related to delta update.

Powered by Google App Engine
This is Rietveld 408576698