diff options
author | chron@google.com <chron@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-17 20:44:52 +0000 |
---|---|---|
committer | chron@google.com <chron@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-17 20:44:52 +0000 |
commit | 7462646e2e740d7d5b1a848a524e6620047a6b34 (patch) | |
tree | 45a7d4366e80dd603077f8c886e10c0eed7957ba /chrome/test/sync/engine | |
parent | 86b423f4321ba469cf8eb15edd27cc6f2bf29ae2 (diff) | |
download | chromium_src-7462646e2e740d7d5b1a848a524e6620047a6b34.zip chromium_src-7462646e2e740d7d5b1a848a524e6620047a6b34.tar.gz chromium_src-7462646e2e740d7d5b1a848a524e6620047a6b34.tar.bz2 |
Add support for the Update-Client-Auth header to sync. Add a mutex to the auth token in ServerConnectionManager.
TEST=manually tested using fiddler2 script.
BUG=35321
Review URL: http://codereview.chromium.org/605010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39259 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/sync/engine')
-rwxr-xr-x | chrome/test/sync/engine/syncer_command_test.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/sync/engine/syncer_command_test.h b/chrome/test/sync/engine/syncer_command_test.h index 1e3e799..a8814ac 100755 --- a/chrome/test/sync/engine/syncer_command_test.h +++ b/chrome/test/sync/engine/syncer_command_test.h @@ -55,8 +55,8 @@ class SyncerCommandTest : public testing::Test, virtual ~SyncerCommandTest() {} virtual void SetUp() { syncdb_.SetUp(); - context_.reset(new sessions::SyncSessionContext(NULL, syncdb_.manager(), - registrar())); + context_.reset(new sessions::SyncSessionContext(NULL, NULL, + syncdb_.manager(), registrar())); context_->set_account_name(syncdb_.name()); } virtual void TearDown() { |