| Index: chrome/browser/sync/notifier/chrome_invalidation_client.h
|
| diff --git a/chrome/browser/sync/notifier/chrome_invalidation_client.h b/chrome/browser/sync/notifier/chrome_invalidation_client.h
|
| index 99af02cbb77031b31509a1b9df720de34472dfb0..3d4e1d7b1c748cf1f8cad221588fe931f8adb7b8 100644
|
| --- a/chrome/browser/sync/notifier/chrome_invalidation_client.h
|
| +++ b/chrome/browser/sync/notifier/chrome_invalidation_client.h
|
| @@ -54,9 +54,9 @@ class ChromeInvalidationClient
|
| // Does not take ownership of |listener| or |state_writer|.
|
| // |base_task| must still be non-NULL.
|
| void Start(
|
| - const std::string& client_id, const std::string& state,
|
| - Listener* listener, StateWriter* state_writer,
|
| - base::WeakPtr<talk_base::Task> base_task);
|
| + const std::string& client_id, const std::string& client_info,
|
| + const std::string& state, Listener* listener,
|
| + StateWriter* state_writer, base::WeakPtr<talk_base::Task> base_task);
|
|
|
| void Stop();
|
|
|
|
|