Rename notification_id() to disambiguate its meaning.
commit5d654b92a3d2ce7d6b7273c4828d7c27ef4cdcc5
authorjuyik@chromium.org <juyik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 20 Jun 2014 04:39:55 +0000 (20 04:39 +0000)
committerjuyik@chromium.org <juyik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 20 Jun 2014 04:39:55 +0000 (20 04:39 +0000)
treefb4684b7d404ca0e34eae694d505099186e10623
parent995127b86ef61efdc9273c08c01012fc8e132b0e
Rename notification_id() to disambiguate its meaning.

As an intermediate step to disambiguate notifications
at notification UI manager level, we rename notification_id()
to delegate_id() to clarify that it is not an id for
notification in message center.

Also change assignment operator of message center's
notification to protected. Other members are still used by
notification list so they need to be public.

BUG=297867

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278593 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/notifications/desktop_notification_service.cc
chrome/browser/notifications/message_center_notification_manager.cc
chrome/browser/notifications/notification.h
chrome/browser/notifications/notification_test_util.cc
ui/message_center/notification.h