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

Unified Diff: sync/tools/sync_client.cc

Issue 11360259: Sync: Add DeviceInfo's ChangeProcessor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix sync_client.cc Created 8 years, 1 month 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 | « sync/test/test_transaction_observer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/tools/sync_client.cc
diff --git a/sync/tools/sync_client.cc b/sync/tools/sync_client.cc
index a7ff43864f561fbb30767f063dd69c2b80609f48..c2dc657e1d7ae4939bef35e68785102c18194955 100644
--- a/sync/tools/sync_client.cc
+++ b/sync/tools/sync_client.cc
@@ -340,7 +340,7 @@ int SyncClientMain(int argc, char* argv[]) {
const char kSyncServerAndPath[] = "clients4.google.com/chrome-sync/dev";
int kSyncServerPort = 443;
bool kUseSsl = true;
- // Used only by RefreshNigori(), so it's okay to leave this as NULL.
+ // Used only by InitialProcessMetadata(), so it's okay to leave this as NULL.
const scoped_refptr<base::TaskRunner> blocking_task_runner = NULL;
const char kUserAgent[] = "sync_client";
// TODO(akalin): Replace this with just the context getter once
@@ -366,7 +366,6 @@ int SyncClientMain(int argc, char* argv[]) {
kSyncServerAndPath,
kSyncServerPort,
kUseSsl,
- blocking_task_runner,
post_factory.Pass(),
workers,
extensions_activity_monitor,
« no previous file with comments | « sync/test/test_transaction_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698