| Index: components/gcm_driver/gcm_client.h
|
| diff --git a/components/gcm_driver/gcm_client.h b/components/gcm_driver/gcm_client.h
|
| index 5f7f293d7f144a6365732f287e61e2d536a71507..0aa9a1a8f7520a73d885476f56a81e937ee6e3a0 100644
|
| --- a/components/gcm_driver/gcm_client.h
|
| +++ b/components/gcm_driver/gcm_client.h
|
| @@ -217,10 +217,9 @@
|
| // |chrome_build_info|: chrome info, i.e., version, channel and etc.
|
| // |store_path|: path to the GCM store.
|
| // |blocking_task_runner|: for running blocking file tasks.
|
| - // |url_request_context_getter|: for url requests. The GCMClient must be
|
| - // deleted before the Getter's underlying URLRequestContext.
|
| + // |url_request_context_getter|: for url requests.
|
| // |delegate|: the delegate whose methods will be called asynchronously in
|
| - // response to events and messages.
|
| + // response to events and messages.
|
| virtual void Initialize(
|
| const ChromeBuildInfo& chrome_build_info,
|
| const base::FilePath& store_path,
|
|
|