| Index: third_party/WebKit/public/web/WebDevToolsAgent.h
 | 
| diff --git a/third_party/WebKit/public/web/WebDevToolsAgent.h b/third_party/WebKit/public/web/WebDevToolsAgent.h
 | 
| index 1a115b7a5bb182e0a7f4e290737598ce89c05b4b..385bda91f92d740a822cfb16fb03912569c79ae3 100644
 | 
| --- a/third_party/WebKit/public/web/WebDevToolsAgent.h
 | 
| +++ b/third_party/WebKit/public/web/WebDevToolsAgent.h
 | 
| @@ -62,6 +62,10 @@ class WebDevToolsAgent {
 | 
|    // Exposed for TestRunner.
 | 
|    virtual WebString evaluateInWebInspectorOverlay(const WebString& script) = 0;
 | 
|  
 | 
| +  // Returns true if caching is disabled for network requests issued by dev
 | 
| +  // tools.
 | 
| +  virtual bool cacheDisabled() = 0;
 | 
| +
 | 
|    class MessageDescriptor {
 | 
|     public:
 | 
|      virtual ~MessageDescriptor() {}
 | 
| 
 |