| 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 01b41f24755cbb22e1581a024c6108d2baf68bfe..10819979297142b2f31dec57dfa4fc5cc28e1488 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.h
|
| +++ b/chrome/browser/sync/test/integration/sync_test.h
|
| @@ -204,6 +204,9 @@ class SyncTest : public InProcessBrowserTest {
|
| // Triggers setting the sync_tabs field of the nigori node.
|
| void TriggerSetSyncTabs();
|
|
|
| + // 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;
|
|
|
|
|