| Index: chrome/browser/sync/test/integration/sync_test.h
|
| diff --git a/chrome/browser/sync/test/integration/sync_test.h b/chrome/browser/sync/test/integration/sync_test.h
|
| index e05fe4a29d897a6ce1a1eeb9878280314f2139cb..34841bb79a5c40bf491f2782089c6f9a37aedca5 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.h
|
| +++ b/chrome/browser/sync/test/integration/sync_test.h
|
| @@ -224,9 +224,6 @@ class SyncTest : public InProcessBrowserTest {
|
| // Triggers the creation the Synced Bookmarks folder on the server.
|
| void TriggerCreateSyncedBookmarks();
|
|
|
| - // Returns the number of default items that every client syncs.
|
| - int NumberOfDefaultSyncItems() const;
|
| -
|
| protected:
|
| // Add custom switches needed for running the test.
|
| virtual void AddTestSwitches(CommandLine* cl);
|
| @@ -387,10 +384,6 @@ class SyncTest : public InProcessBrowserTest {
|
| // The URLFetcherImplFactory instance used to instantiate |fake_factory_|.
|
| scoped_ptr<net::URLFetcherImplFactory> factory_;
|
|
|
| - // Number of default entries (as determined by the existing entries at setup
|
| - // time on client 0).
|
| - size_t number_of_default_sync_items_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(SyncTest);
|
| };
|
|
|
|
|