// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/plugins/plugin_test_utils.h" #include <string_view> #include "base/strings/stringprintf.h" #include "content/public/test/browser_test_utils.h" // static std::string PluginTestUtils::RunTestScript(std::string_view test_script, content::WebContents* contents, const std::string& element_id) { … } // static void PluginTestUtils::WaitForPlaceholderReady(content::WebContents* contents, const std::string& element_id) { … }