1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef MANDOLINE_TAB_FRAME_DEVTOOLS_AGENT_DELEGATE_H_
6 #define MANDOLINE_TAB_FRAME_DEVTOOLS_AGENT_DELEGATE_H_
12 class FrameDevToolsAgentDelegate
{
14 virtual ~FrameDevToolsAgentDelegate() {}
16 virtual void HandlePageNavigateRequest(const GURL
& url
) = 0;
19 } // namespace web_view
21 #endif // MANDOLINE_TAB_FRAME_DEVTOOLS_AGENT_DELEGATE_H_