| Index: Source/WebKit/chromium/public/WebDevToolsFrontendClient.h
|
| ===================================================================
|
| --- Source/WebKit/chromium/public/WebDevToolsFrontendClient.h (revision 142083)
|
| +++ Source/WebKit/chromium/public/WebDevToolsFrontendClient.h (working copy)
|
| @@ -53,6 +53,8 @@
|
| virtual void save(const WebString& url, const WebString& content, bool saveAs) { }
|
| virtual void append(const WebString& url, const WebString& content) { }
|
|
|
| + virtual bool isUnderTest() { return false; }
|
| +
|
| protected:
|
| virtual ~WebDevToolsFrontendClient() {}
|
| };
|
|
|