blob: 2a4bd49458ff31d19e4b67d96a3fc9c1636a70e1 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/permissions/permission_result.h"
PermissionResult::PermissionResult(ContentSetting cs,
PermissionStatusSource pss)
: content_setting(cs), source(pss) {}
PermissionResult::~PermissionResult() {}