diff options
Diffstat (limited to 'chrome/browser/sync/test/integration/sync_test.h')
-rw-r--r-- | chrome/browser/sync/test/integration/sync_test.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/sync/test/integration/sync_test.h b/chrome/browser/sync/test/integration/sync_test.h index 73c03de..a276ca1091 100644 --- a/chrome/browser/sync/test/integration/sync_test.h +++ b/chrome/browser/sync/test/integration/sync_test.h @@ -181,6 +181,9 @@ class SyncTest : public InProcessBrowserTest { // Triggers setting the sync_tabs field of the nigori node. void TriggerSetSyncTabs(); + // 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); |