| Index: third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| index 9eb73761522d398013e285e7f1788ed651183f14..65b8061efa37cb28256d046ea2142b3cb3261c7e 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| @@ -112,6 +112,7 @@ class CORE_EXPORT InspectorPageAgent final
|
| Response reload(Maybe<bool> bypassCache,
|
| Maybe<String> scriptToEvaluateOnLoad) override;
|
| Response navigate(const String& url, String* frameId) override;
|
| + Response stopLoading() override;
|
| Response getResourceTree(
|
| std::unique_ptr<protocol::Page::FrameResourceTree>* frameTree) override;
|
| void getResourceContent(const String& frameId,
|
|
|