Index: chrome/browser/sync_file_system/sync_file_system_service.cc |
diff --git a/chrome/browser/sync_file_system/sync_file_system_service.cc b/chrome/browser/sync_file_system/sync_file_system_service.cc |
index 6b67ef7978b2d2b4680b1cdf6a510f6c4faa93b6..2f0ed31d53920f91fbc370c0529382555b12d287 100644 |
--- a/chrome/browser/sync_file_system/sync_file_system_service.cc |
+++ b/chrome/browser/sync_file_system/sync_file_system_service.cc |
@@ -451,7 +451,7 @@ void SyncFileSystemService::OnLocalChangeAvailable(int64 pending_changes) { |
AsWeakPtr())); |
} |
-void SyncFileSystemService::OnRemoteChangeAvailable(int64 pending_changes) { |
+void SyncFileSystemService::OnRemoteChangeQueueUpdated(int64 pending_changes) { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
DCHECK_GE(pending_changes, 0); |
DVLOG(1) << "OnRemoteChangeAvailable: " << pending_changes; |
kinuko
2012/12/04 06:59:17
nit: can you also update this log msg?
tzik
2012/12/04 07:06:09
Done.
|