chromium/third_party/blink/renderer/platform/data_resource_helper.cc

// Copyright 2014 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/renderer/platform/data_resource_helper.h"

#include "third_party/blink/public/platform/platform.h"
#include "third_party/blink/renderer/platform/wtf/shared_buffer.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"

namespace blink {

String UncompressResourceAsString(int resource_id) {}

String UncompressResourceAsASCIIString(int resource_id) {}

Vector<char> UncompressResourceAsBinary(int resource_id) {}

}  // namespace blink