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

Unified Diff: chrome/browser/sync/glue/sync_backend_host_impl.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_impl.h
diff --git a/chrome/browser/sync/glue/sync_backend_host_impl.h b/chrome/browser/sync/glue/sync_backend_host_impl.h
index 1c2404f376ad3f9e60c3da2350ae4e2814c66fed..7e68da08fa861d6266865f03d84e6f3417b20e61 100644
--- a/chrome/browser/sync/glue/sync_backend_host_impl.h
+++ b/chrome/browser/sync/glue/sync_backend_host_impl.h
@@ -101,7 +101,8 @@ class SyncBackendHostImpl
virtual bool SetDecryptionPassphrase(const std::string& passphrase)
OVERRIDE WARN_UNUSED_RESULT;
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;
virtual void ConfigureDataTypes(
syncer::ConfigureReason reason,
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host_core.cc ('k') | chrome/browser/sync/glue/sync_backend_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698