summaryrefslogtreecommitdiffstats
path: root/content/common/notification_service.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix for the nacl build failures on the WinBuild(dbg) builder.ananta@chromium.org2011-07-101-1/+1
| | | | | | | | | BUG=none TEST=it compiles TBR=joi Review URL: http://codereview.chromium.org/7324041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91981 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for a compile failure on the chrome nacl 64 buildananta@chromium.org2011-07-101-1/+1
| | | | | | | | | BUG=none TEST=compiles on windows nacl TBR=joi Review URL: http://codereview.chromium.org/7324040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91975 0039d316-1c4b-4281-b951-d872f2087c98
* Moving notification types which are chrome specific to a new header file ↵ananta@chromium.org2011-07-101-30/+21
| | | | | | | | | | | | | chrome_notification_types.h. This file lives in chrome\common. The chrome specific notifications start from NOTIFICATION_CONTENT_END which defines the end of the enum used by content to define notification types. The notificaton_type.h file in content\common has been renamed to content_notification_types.h BUG=76698 Review URL: http://codereview.chromium.org/7327007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91972 0039d316-1c4b-4281-b951-d872f2087c98
* Move notification service code to content. We'll need to figure out how to ↵jam@chromium.org2011-03-071-0/+151
split the type enum so that chrome specific parts aren't in content later. TBR=avi Review URL: http://codereview.chromium.org/6627043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77102 0039d316-1c4b-4281-b951-d872f2087c98