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 5edc75cfed25bd44f55e4c6507736dac6a5666c7..dbd95cd4e4ad21dcc87cac48e8aafe639874d197 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; |