Index: Source/WebKit/chromium/src/InspectorFrontendClientImpl.h |
=================================================================== |
--- Source/WebKit/chromium/src/InspectorFrontendClientImpl.h (revision 142083) |
+++ Source/WebKit/chromium/src/InspectorFrontendClientImpl.h (working copy) |
@@ -75,6 +75,9 @@ |
virtual void inspectedURLChanged(const WTF::String&); |
virtual void sendMessageToBackend(const WTF::String&); |
+ |
+ virtual bool isUnderTest(); |
+ |
private: |
WebCore::Page* m_frontendPage; |
WebDevToolsFrontendClient* m_client; |