02f63b4a590499e4519cddbcd7fd4a7a89ef4591
[platform/framework/web/crosswalk.git] / src / xwalk / application / common / event_names.cc
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 #include "xwalk/application/common/event_names.h"
6
7 namespace xwalk {
8 namespace application {
9
10 const char kOnLaunched[] = "onLaunched";
11
12 const char kOnSuspend[] = "onSuspend";
13
14 const char kOnInstalled[] = "onInstalled";
15
16 const char kOnJavaScriptEventAck[] = "onJavaScriptEventAck";
17
18 }  // namespace application
19 }  // namespace xwalk