Upstream version 6.35.131.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / browser / xwalk_runner_tizen.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/runtime/browser/xwalk_runner_tizen.h"
6
7 #include "xwalk/runtime/browser/sysapps_component.h"
8 #include "xwalk/runtime/browser/xwalk_component.h"
9 #include "xwalk/runtime/common/xwalk_runtime_features.h"
10
11 namespace xwalk {
12
13 XWalkRunnerTizen::XWalkRunnerTizen() {}
14
15 XWalkRunnerTizen::~XWalkRunnerTizen() {}
16
17 // static
18 XWalkRunnerTizen* XWalkRunnerTizen::GetInstance() {
19   return static_cast<XWalkRunnerTizen*>(XWalkRunner::GetInstance());
20 }
21
22 std::string XWalkRunnerTizen::GetLocale() const {
23   return tizen_locale_listener_.GetLocale();
24 }
25
26 }  // namespace xwalk