diff options
author | rsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-07 22:28:23 +0000 |
---|---|---|
committer | rsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-07 22:28:23 +0000 |
commit | 4cbf13c20a9e18538515e2a83c2fbfd01659eaad (patch) | |
tree | 8a663789a02817f284f4848fca2ecf42faf5f3a7 /chrome/browser/sync/test_profile_sync_service.h | |
parent | 90eaf71823e9e5480f7e542421cccbba969044c7 (diff) | |
download | chromium_src-4cbf13c20a9e18538515e2a83c2fbfd01659eaad.zip chromium_src-4cbf13c20a9e18538515e2a83c2fbfd01659eaad.tar.gz chromium_src-4cbf13c20a9e18538515e2a83c2fbfd01659eaad.tar.bz2 |
Adding the sync-notification-host command line parameter to the integration tests.
The sync integration tests currently access the network to communicate
with the notification server. We need to move to a model where all
server accesses are stubbed out by local servers. This is the first step
towards implementing a local notification server.
BUG=53933,53931
TEST=sync_integration_tests
Review URL: http://codereview.chromium.org/3326007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58768 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/test_profile_sync_service.h')
-rw-r--r-- | chrome/browser/sync/test_profile_sync_service.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/sync/test_profile_sync_service.h b/chrome/browser/sync/test_profile_sync_service.h index aba7c42..8a00515 100644 --- a/chrome/browser/sync/test_profile_sync_service.h +++ b/chrome/browser/sync/test_profile_sync_service.h @@ -155,8 +155,7 @@ class SyncBackendHostForProfileSyncTest : public SyncBackendHost { user, options.http_bridge_factory, options.auth_http_bridge_factory, - options.delete_sync_data_folder, - browser_sync::kDefaultNotificationMethod)); + options.delete_sync_data_folder)); // TODO(akalin): Figure out a better way to do this. if (synchronous_init_) { |