Index: chrome/browser/notifications/notification_platform_types_android.h |
diff --git a/chrome/browser/notifications/notification_platform_types_android.h b/chrome/browser/notifications/notification_platform_types_android.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ca4382fb1ebac201aa875f76bb4ed16f356bb53e |
--- /dev/null |
+++ b/chrome/browser/notifications/notification_platform_types_android.h |
@@ -0,0 +1,15 @@ |
+// Copyright 2016 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef CHROME_BROWSER_NOTIFICATIONS_NOTIFICATION_PLATFORM_TYPES_ANDROID_H_ |
+#define CHROME_BROWSER_NOTIFICATIONS_NOTIFICATION_PLATFORM_TYPES_ANDROID_H_ |
+ |
+// A Java counterpart will be generated for this enum. |
+// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser.notifications |
+enum NotificationActionType { |
+ BUTTON, |
+ TEXT |
+}; |
+ |
+#endif // CHROME_BROWSER_NOTIFICATIONS_NOTIFICATION_PLATFORM_TYPES_ANDROID_H_ |