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

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: 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
Index: sync/tools/sync_client.cc
diff --git a/sync/tools/sync_client.cc b/sync/tools/sync_client.cc
index f49e59e313d7b94c09d69b49e3c5d4c522d5259f..438308a98f7d168a3ae4c79b7843b49ec7ac4be6 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
« sync/test/mock_transaction_observer.h ('K') | « sync/test/mock_transaction_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698