| Index: chrome/browser/sync/test/integration/sync_test.h
|
| ===================================================================
|
| --- chrome/browser/sync/test/integration/sync_test.h (revision 109292)
|
| +++ chrome/browser/sync/test/integration/sync_test.h (working copy)
|
| @@ -181,6 +181,9 @@
|
| // 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);
|
|
|