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

Unified Diff: sync/internal_api/sync_manager_impl_unittest.cc

Issue 15421011: Use OAuth2 token for sync (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add commandline switch to toggle between OAuth2 and ClientLogin token Created 7 years, 6 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: sync/internal_api/sync_manager_impl_unittest.cc
diff --git a/sync/internal_api/sync_manager_impl_unittest.cc b/sync/internal_api/sync_manager_impl_unittest.cc
index e0de2e441c5b3a745876a2cd2bb5f19e64e49b83..24833003434353d44f57a73e7dd14b40d2a03cc4 100644
--- a/sync/internal_api/sync_manager_impl_unittest.cc
+++ b/sync/internal_api/sync_manager_impl_unittest.cc
@@ -838,7 +838,8 @@ class SyncManagerTest : public testing::Test,
scoped_ptr<InternalComponentsFactory>(GetFactory()),
&encryptor_,
&handler_,
- NULL);
+ NULL,
+ false);
sync_manager_.GetEncryptionHandler()->AddObserver(&encryption_observer_);

Powered by Google App Engine
This is Rietveld 408576698