| Index: trunk/src/chrome/browser/sync/profile_sync_service.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/sync/profile_sync_service.h (revision 238367)
|
| +++ trunk/src/chrome/browser/sync/profile_sync_service.h (working copy)
|
| @@ -700,6 +700,9 @@
|
| 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();
|
|
|
|
|