| 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 22fd2218fe5005178b062bfbee9cb6f9840a868d..eea8f2681ca09e75434e5935cb325107b15fd7eb 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -381,9 +381,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();
|
|
|
|
|