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

Unified Diff: chrome/browser/sync/glue/sync_backend_host_mock.h

Issue 437683002: Wire sync shutdown reason from PSS all the way down to sync manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/sync/glue/sync_backend_host_mock.h
diff --git a/chrome/browser/sync/glue/sync_backend_host_mock.h b/chrome/browser/sync/glue/sync_backend_host_mock.h
index 8b804170f794832e700a0e59478164330fb7e1a5..2f233dbdb9bc6c94afa049c4de708050a88ff9e5 100644
--- a/chrome/browser/sync/glue/sync_backend_host_mock.h
+++ b/chrome/browser/sync/glue/sync_backend_host_mock.h
@@ -52,7 +52,8 @@ class SyncBackendHostMock : public SyncBackendHost {
virtual void StopSyncingForShutdown() OVERRIDE;
- virtual scoped_ptr<base::Thread> Shutdown(ShutdownOption option) OVERRIDE;
+ virtual scoped_ptr<base::Thread> Shutdown(syncer::ShutdownReason reason)
+ OVERRIDE;
virtual void UnregisterInvalidationIds() OVERRIDE;
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc ('k') | chrome/browser/sync/glue/sync_backend_host_mock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698