Upstream version 11.39.244.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / common / constants.h
index 3878fe0..373739c 100644 (file)
@@ -1,4 +1,5 @@
 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
@@ -28,6 +29,9 @@ extern const char kGeneratedMainDocumentFilename[];
 // The name of cookies database file.
 extern const base::FilePath::CharType kCookieDatabaseFilename[];
 
+// The Tizen Web API version is supported
+extern const char kTizenWebAPIVersion[];
+
 }  // namespace application
 }  // namespace xwalk