| Index: chrome/browser/sync/tools/sync_listen_notifications.cc
|
| diff --git a/chrome/browser/sync/tools/sync_listen_notifications.cc b/chrome/browser/sync/tools/sync_listen_notifications.cc
|
| index 5c939044d1a221f9740e938eb6975e2e5529b2d1..842c2301140224918b63afb9c8c012a5f72ef5ca 100644
|
| --- a/chrome/browser/sync/tools/sync_listen_notifications.cc
|
| +++ b/chrome/browser/sync/tools/sync_listen_notifications.cc
|
| @@ -185,7 +185,9 @@ class ServerNotifierDelegate
|
|
|
| // TODO(akalin): app_name should be per-client unique.
|
| const std::string kAppName = "cc_sync_listen_notifications";
|
| - chrome_invalidation_client_.Start(kAppName, server_notifier_state_,
|
| + const std::string kAppInfo = kAppName;
|
| + chrome_invalidation_client_.Start(kAppName, kAppInfo,
|
| + server_notifier_state_,
|
| &chrome_invalidation_listener_,
|
| this, base_task);
|
| chrome_invalidation_client_.RegisterTypes();
|
|
|