blob: 8281f5c4359fe487fe1226b5e1fabff5e5e12edc [file] [log] [blame]
// Copyright (c) 2020 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.
#ifndef THIRD_PARTY_BLINK_PUBLIC_WEB_WEB_SAVABLE_RESOURCES_TEST_SUPPORT_H_
#define THIRD_PARTY_BLINK_PUBLIC_WEB_WEB_SAVABLE_RESOURCES_TEST_SUPPORT_H_
#include "base/macros.h"
#include "third_party/blink/public/platform/web_common.h"
namespace blink {
class WebString;
class WebElement;
BLINK_EXPORT WebString
GetSubResourceLinkFromElementForTesting(const WebElement& element);
} // namespace blink
#endif // THIRD_PARTY_BLINK_PUBLIC_WEB_WEB_SAVABLE_RESOURCES_TEST_SUPPORT_H_