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

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: Caps Created 8 years, 10 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 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;

Powered by Google App Engine
This is Rietveld 408576698