f5da81fab069cfcb2104175c1b2fb074fa44cdf0
[platform/framework/web/crosswalk.git] / src / xwalk / application / common / security_policy.cc
1 // Copyright (c) 2014 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/security_policy.h"
6
7 namespace xwalk {
8 namespace application {
9
10 SecurityPolicy::SecurityPolicy(const GURL& url, bool subdomains)
11     : url_(url),
12       subdomains_(subdomains) {
13 }
14
15 }  // namespace application
16 }  // namespace xwalk