Upstream version 7.35.138.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / common / event_names.h
1 // Copyright (c) 2013 Intel Corporation. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef XWALK_APPLICATION_COMMON_EVENT_NAMES_H_
6 #define XWALK_APPLICATION_COMMON_EVENT_NAMES_H_
7
8 namespace xwalk {
9 namespace application {
10
11 extern const char kOnLaunched[];
12 extern const char kOnSuspend[];
13 extern const char kOnInstalled[];
14 extern const char kOnJavaScriptEventAck[];
15
16 }  // namespace application
17 }  // namespace xwalk
18
19 #endif  // XWALK_APPLICATION_COMMON_EVENT_NAMES_H_