Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(460)

Unified Diff: content/public/common/platform_notification_data.h

Issue 1869823002: Don't try to dllexport an enum (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/platform_notification_data.h
diff --git a/content/public/common/platform_notification_data.h b/content/public/common/platform_notification_data.h
index 8c5243001e7c8131708ecaf45de2f43c1b3f7aa4..d24c44f6f68a3f78839c0ca3d9f3f6be6f55d63f 100644
--- a/content/public/common/platform_notification_data.h
+++ b/content/public/common/platform_notification_data.h
@@ -18,7 +18,7 @@
namespace content {
-enum CONTENT_EXPORT PlatformNotificationActionType {
+enum PlatformNotificationActionType {
PLATFORM_NOTIFICATION_ACTION_TYPE_BUTTON = 0,
PLATFORM_NOTIFICATION_ACTION_TYPE_TEXT,
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698