| Index: google_apis/gcm/gcm_client.h
|
| diff --git a/google_apis/gcm/gcm_client.h b/google_apis/gcm/gcm_client.h
|
| index 8bb616d35cc80cbdae308b8fa46f38b5b072076c..7303d084f6a4f34b7b2ab15570cfaa9b1d316d55 100644
|
| --- a/google_apis/gcm/gcm_client.h
|
| +++ b/google_apis/gcm/gcm_client.h
|
| @@ -142,6 +142,7 @@ class GCM_EXPORT GCMClient {
|
| virtual void Initialize(
|
| const checkin_proto::ChromeBuildProto& chrome_build_proto,
|
| const base::FilePath& store_path,
|
| + const std::vector<std::string>& account_ids,
|
| const scoped_refptr<base::SequencedTaskRunner>& blocking_task_runner,
|
| const scoped_refptr<net::URLRequestContextGetter>&
|
| url_request_context_getter,
|
|
|