// 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 "content/public/test/frame_load_waiter.h" #include "base/location.h" #include "base/task/single_thread_task_runner.h" namespace content { FrameLoadWaiter::FrameLoadWaiter(RenderFrame* frame) : … { … } void FrameLoadWaiter::Wait() { … } void FrameLoadWaiter::DidFinishLoad() { … } void FrameLoadWaiter::OnDestruct() { … } } // namespace content