summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/public/web/web_savable_resources_test_support.h
blob: 8281f5c4359fe487fe1226b5e1fabff5e5e12edc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// 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_