Don't try to dllexport an enum

Fixes the following clang warning:

..\..\content/public/common/platform_notification_data.h(21,6):
error: 'dllexport' attribute only applies to variables, functions and classes
[-Werror,-Wignored-attributes]
enum CONTENT_EXPORT PlatformNotificationActionType {
     ^
..\..\content/common/content_export.h(12,35):
note: expanded from macro 'CONTENT_EXPORT'
                                  ^

BUG=82385
TBR=nsatragno

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

Cr-Commit-Position: refs/heads/master@{#385805}
1 file changed