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

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

Issue 343073003: Files.app: Provide detailed change information on onDirectoryChanged event (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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/directory_loader.cc
diff --git a/chrome/browser/chromeos/drive/directory_loader.cc b/chrome/browser/chromeos/drive/directory_loader.cc
index 696f9cc7c5d84150941ceb84ff077f775aec3d3d..a706c1e22c5368d0db8bef30cebaa37f271b1327 100644
--- a/chrome/browser/chromeos/drive/directory_loader.cc
+++ b/chrome/browser/chromeos/drive/directory_loader.cc
@@ -567,8 +567,9 @@ void DirectoryLoader::LoadDirectoryFromServerAfterUpdateChangestamp(
// Also notify the observers.
if (error == FILE_ERROR_OK && !directory_path->empty()) {
- FOR_EACH_OBSERVER(ChangeListLoaderObserver, observers_,
- OnDirectoryChanged(*directory_path));
+ FOR_EACH_OBSERVER(ChangeListLoaderObserver,
+ observers_,
+ OnDirectoryReloaded(*directory_path));
}
}

Powered by Google App Engine
This is Rietveld 408576698