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

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

Issue 1137543002: Sync: add a test for downloading a tombstoned bookmark (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing 1st round of comments Created 5 years, 7 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 9e8cd45691740f611dd1310267f7794f4e1ae443..ba704d77ed8dd048b16ce7f2d8f3131974ea4b9b 100644
--- a/chrome/browser/sync/test/integration/sync_test.h
+++ b/chrome/browser/sync/test/integration/sync_test.h
@@ -219,6 +219,9 @@ class SyncTest : public InProcessBrowserTest {
// not being used.
fake_server::FakeServer* GetFakeServer() const;
+ // Triggers a sync for the given |model_types| for the Profile at |index|.
+ void TriggerSyncForModelTypes(int index, syncer::ModelTypeSet model_types);
+
protected:
// Add custom switches needed for running the test.
virtual void AddTestSwitches(base::CommandLine* cl);

Powered by Google App Engine
This is Rietveld 408576698