chromium/third_party/blink/renderer/platform/exported/web_encrypted_media_key_information.cc

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/public/platform/web_encrypted_media_key_information.h"

namespace blink {

WebEncryptedMediaKeyInformation::WebEncryptedMediaKeyInformation() = default;

WebEncryptedMediaKeyInformation::~WebEncryptedMediaKeyInformation() = default;

WebData WebEncryptedMediaKeyInformation::Id() const {}

void WebEncryptedMediaKeyInformation::SetId(const WebData& id) {}

WebEncryptedMediaKeyInformation::KeyStatus
WebEncryptedMediaKeyInformation::Status() const {}

void WebEncryptedMediaKeyInformation::SetStatus(KeyStatus status) {}

uint32_t WebEncryptedMediaKeyInformation::SystemCode() const {}

void WebEncryptedMediaKeyInformation::SetSystemCode(uint32_t system_code) {}

}  // namespace blink