diff options
author | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-17 09:01:32 +0000 |
---|---|---|
committer | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-17 09:01:32 +0000 |
commit | b98b711eae7567b3bfc18418efe545c212b04cc9 (patch) | |
tree | 142dd873669ad42f75fa19453f89c2c8d9555b00 /chrome/browser/sync_file_system/sync_process_runner.h | |
parent | 2250bb9e9676c10b9513f94c9d6e67f200dc2d3b (diff) | |
download | chromium_src-b98b711eae7567b3bfc18418efe545c212b04cc9.zip chromium_src-b98b711eae7567b3bfc18418efe545c212b04cc9.tar.gz chromium_src-b98b711eae7567b3bfc18418efe545c212b04cc9.tar.bz2 |
SyncFS: Combined patch for SyncFS v2 fixes
Includes following patches:
https://codereview.chromium.org/103283006/
https://codereview.chromium.org/108703003/
https://codereview.chromium.org/113913009/
https://codereview.chromium.org/115793002/
https://codereview.chromium.org/109873005/
BUG=240165
Review URL: https://codereview.chromium.org/116063002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241231 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync_file_system/sync_process_runner.h')
-rw-r--r-- | chrome/browser/sync_file_system/sync_process_runner.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/sync_file_system/sync_process_runner.h b/chrome/browser/sync_file_system/sync_process_runner.h index c007f40..a656db3 100644 --- a/chrome/browser/sync_file_system/sync_process_runner.h +++ b/chrome/browser/sync_file_system/sync_process_runner.h @@ -35,6 +35,8 @@ class SyncProcessRunner { void Schedule(); void ScheduleIfNotRunning(); + int64 pending_changes() const { return pending_changes_; } + protected: void OnChangesUpdated(int64 pending_changes); SyncFileSystemService* sync_service() { return sync_service_; } |