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

Unified Diff: chrome/browser/sync_file_system/sync_task_manager_unittest.cc

Issue 87463002: Only re-enable remote service if the task used the network. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 1 month 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/sync_file_system/sync_task_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync_file_system/sync_task_manager_unittest.cc
diff --git a/chrome/browser/sync_file_system/sync_task_manager_unittest.cc b/chrome/browser/sync_file_system/sync_task_manager_unittest.cc
index 928827e8c0380473479a7fe4145d60d832bf30e7..6723544b295feefdee0f252455d8c5c8e4e60278 100644
--- a/chrome/browser/sync_file_system/sync_task_manager_unittest.cc
+++ b/chrome/browser/sync_file_system/sync_task_manager_unittest.cc
@@ -57,7 +57,8 @@ class TaskManagerClient
++maybe_schedule_next_task_count_;
}
virtual void NotifyLastOperationStatus(
- SyncStatusCode last_operation_status) OVERRIDE {
+ SyncStatusCode last_operation_status,
+ bool last_operation_used_network) OVERRIDE {
last_operation_status_ = last_operation_status;
}
« no previous file with comments | « chrome/browser/sync_file_system/sync_task_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698