Consistently handle persistent notification ids as int64_t
commitf08addc1cd8b71b8e60c6b33838ff4d02c62a9a1
authorpeter <peter@chromium.org>
Thu, 16 Apr 2015 17:37:43 +0000 (16 10:37 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 16 Apr 2015 17:37:52 +0000 (16 17:37 +0000)
tree1b94c4bbb58254a29d2e1153a75e5121965e8dbf
parent2f01fbf00550feb1647cda41fe1303243328fc16
Consistently handle persistent notification ids as int64_t

This changes the renderer side of Chromium to only denote persistent
notification ids as int64_ts rather than as strings.

This CL is part of a three-sided patch:
  [1] https://codereview.chromium.org/1078783002/
  [2] This CL.
  [3] https://codereview.chromium.org/1072873002/

BUG=

Review URL: https://codereview.chromium.org/1071203002

Cr-Commit-Position: refs/heads/master@{#325469}
content/browser/notifications/notification_event_dispatcher_impl.cc
content/browser/service_worker/service_worker_version.cc
content/browser/service_worker/service_worker_version.h
content/child/notifications/notification_manager.cc
content/child/notifications/notification_manager.h
content/common/platform_notification_messages.h
content/common/service_worker/service_worker_messages.h
content/renderer/service_worker/service_worker_script_context.cc
content/renderer/service_worker/service_worker_script_context.h