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

Unified Diff: sync/engine/sync_scheduler_unittest.cc

Issue 9826035: [Sync] Display the client server traffic log in about:sync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For submitting. Created 8 years, 9 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
« no previous file with comments | « chrome/browser/ui/webui/sync_internals_ui.cc ('k') | sync/engine/sync_scheduler_whitebox_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/sync_scheduler_unittest.cc
diff --git a/sync/engine/sync_scheduler_unittest.cc b/sync/engine/sync_scheduler_unittest.cc
index a48d67fdf63f7af8b97d8450df7e04164c8cbbb8..17fdeb4b72c17cf1eec0e81c4b24885a93c40044 100644
--- a/sync/engine/sync_scheduler_unittest.cc
+++ b/sync/engine/sync_scheduler_unittest.cc
@@ -98,7 +98,7 @@ class SyncSchedulerTest : public testing::Test {
context_ = new SyncSessionContext(
connection_.get(), directory(), registrar_.get(),
&extensions_activity_monitor_,
- std::vector<SyncEngineEventListener*>(), NULL);
+ std::vector<SyncEngineEventListener*>(), NULL, NULL);
context_->set_notifications_enabled(true);
context_->set_account_name("Test");
scheduler_.reset(
« no previous file with comments | « chrome/browser/ui/webui/sync_internals_ui.cc ('k') | sync/engine/sync_scheduler_whitebox_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698