Chromium Code Reviews| Index: third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h |
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h |
| index 6e443845dee9093aac2d81f464c895bcbff46321..c55719d8fb54020d24ba80bc7118ff80f02b04e2 100644 |
| --- a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h |
| +++ b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h |
| @@ -227,6 +227,7 @@ class CORE_EXPORT InspectorNetworkAgent final |
| const KURL&, |
| String* content, |
| bool* base64Encoded); |
| + bool cacheDisabled(); |
| private: |
| explicit InspectorNetworkAgent(InspectedFrames*); |