| Index: chrome/browser/sync/profile_sync_service.h
|
| diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
|
| index f0ac2c907961d4fe577cc9432c85c96960bdaec3..1cdd6620ab2bf2f7038a7fc503f0022f36c31966 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -382,9 +382,6 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
|
| // server.
|
| bool HasUnsyncedItems() const;
|
|
|
| - // Logs the current unsynced items in the sync database. Useful for debugging.
|
| - void LogUnsyncedItems(int level) const;
|
| -
|
| // Used by ProfileSyncServiceHarness. May return NULL.
|
| browser_sync::BackendMigrator* GetBackendMigratorForTest();
|
|
|
|
|