Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3839)

Unified Diff: chrome/browser/sync/test/integration/sync_test.h

Issue 9570055: [Sync] Add support for associating a new Synced Bookmarks node. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, address comments Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « chrome/browser/sync/test/integration/bookmarks_helper.cc ('k') | chrome/browser/sync/test/integration/sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698