Upstream version 11.39.256.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / common / xwalk_notification_types.h
index 0aea519..f18411f 100644 (file)
@@ -13,16 +13,8 @@ namespace xwalk {
 enum NotificationType {
   NOTIFICATION_XWALK_START = content::NOTIFICATION_CONTENT_END,
 
-  // Notify that a new Runtime instance is created. The source is a
-  // Source<Runtime> containing the affected Runtime. No details is provided.
-  NOTIFICATION_RUNTIME_OPENED = NOTIFICATION_XWALK_START,
-
-  // Notify that a Runtime instance is close. The source is a Source<Runtime>
-  // containing the affected Runtime. No details is provided.
-  NOTIFICATION_RUNTIME_CLOSED,
-
   // Notify that fullscreen state of a NativeAppWindow is changed.
-  NOTIFICATION_FULLSCREEN_CHANGED,
+  NOTIFICATION_FULLSCREEN_CHANGED = NOTIFICATION_XWALK_START,
 
   NOTIFICATION_XWALK_END,
 };