| Index: content/public/test/navigation_simulator.cc
|
| diff --git a/content/public/test/navigation_simulator.cc b/content/public/test/navigation_simulator.cc
|
| index daf4cfb9b28e43afa5a8c264558fa853a4c2e410..0887b3357f1cd51f04ff71e1384e84e1a946fdf1 100644
|
| --- a/content/public/test/navigation_simulator.cc
|
| +++ b/content/public/test/navigation_simulator.cc
|
| @@ -551,4 +551,9 @@ void NavigationSimulator::PrepareCompleteCallbackOnHandle() {
|
| weak_factory_.GetWeakPtr()));
|
| }
|
|
|
| +RenderFrameHost* NavigationSimulator::GetFinalRenderFrameHost() {
|
| + CHECK_EQ(state_, FINISHED);
|
| + return render_frame_host_;
|
| +}
|
| +
|
| } // namespace content
|
|
|