Chromium Code Reviews| 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 482afac62a98703d59bc5f2f3c0252eb22d49880..28f8e6a0a8c2710f306dcae797c8adc22f3bf8f2 100644 |
| --- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h |
| +++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h |
| @@ -100,6 +100,7 @@ public: |
| void addScriptToEvaluateOnLoad(ErrorString*, const String& scriptSource, String* identifier) override; |
| void removeScriptToEvaluateOnLoad(ErrorString*, const String& identifier) override; |
| void setAutoAttachToCreatedPages(ErrorString*, bool autoAttach) override; |
| + // TODO(crbug.com/599364): Rename |ignoreCache| to |bypassCache|. |
|
Takashi Toyoshima
2016/04/01 07:22:31
I'd handle Inspector related changes separately.
|
| void reload(ErrorString*, const Maybe<bool>& ignoreCache, const Maybe<String>& scriptToEvaluateOnLoad) override; |
| void navigate(ErrorString*, const String& url, String* frameId) override; |
| void getResourceTree(ErrorString*, OwnPtr<protocol::Page::FrameResourceTree>* frameTree) override; |