| 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 28f8e6a0a8c2710f306dcae797c8adc22f3bf8f2..e94c2555adc70644445a23c8414493ef4dbad6c8 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| @@ -100,8 +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|.
|
| - void reload(ErrorString*, const Maybe<bool>& ignoreCache, const Maybe<String>& scriptToEvaluateOnLoad) override;
|
| + void reload(ErrorString*, const Maybe<bool>& bypassCache, const Maybe<String>& scriptToEvaluateOnLoad) override;
|
| void navigate(ErrorString*, const String& url, String* frameId) override;
|
| void getResourceTree(ErrorString*, OwnPtr<protocol::Page::FrameResourceTree>* frameTree) override;
|
| void getResourceContent(ErrorString*, const String& frameId, const String& url, PassOwnPtr<GetResourceContentCallback>) override;
|
|
|