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

Unified Diff: chrome/test/live_sync/live_sync_test.h

Issue 6282001: Disable background network access in sync integration tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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/test/live_sync/live_sync_test.h
diff --git a/chrome/test/live_sync/live_sync_test.h b/chrome/test/live_sync/live_sync_test.h
index 4f49b1ca7cb0ad5a0a1e9b080bb495a494f43b06..21c3cf8272964856c4d1366cc96fdec6dddc0a1a 100644
--- a/chrome/test/live_sync/live_sync_test.h
+++ b/chrome/test/live_sync/live_sync_test.h
@@ -67,8 +67,8 @@ class LiveSyncTest : public InProcessBrowserTest {
// Brings down local python test server if one was created.
virtual void TearDown();
- // Appends command line flag to enable sync.
- virtual void SetUpCommandLine(CommandLine* command_line) {}
+ // Sets up command line flags required for sync tests.
+ virtual void SetUpCommandLine(CommandLine* cl);
// Used to get the number of sync clients used by a test.
int num_clients() WARN_UNUSED_RESULT { return num_clients_; }

Powered by Google App Engine
This is Rietveld 408576698