diff options
Diffstat (limited to 'chrome/browser/sync/profile_sync_service.h')
-rw-r--r-- | chrome/browser/sync/profile_sync_service.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h index 0746981..c9bfd84 100644 --- a/chrome/browser/sync/profile_sync_service.h +++ b/chrome/browser/sync/profile_sync_service.h @@ -700,6 +700,9 @@ class ProfileSyncService browser_sync::FaviconCache* GetFaviconCache(); protected: + // Used by test classes that derive from ProfileSyncService. + virtual browser_sync::SyncBackendHost* GetBackendForTest(); + // Helper to configure the priority data types. void ConfigurePriorityDataTypes(); |