Index: Source/core/inspector/InspectorAgent.h |
diff --git a/Source/core/inspector/InspectorAgent.h b/Source/core/inspector/InspectorAgent.h |
index 5b07482900e57009d58f8e9b2542233ce5e772a5..110e15e91c7cf69054c3a34544b54cbecf8090db 100644 |
--- a/Source/core/inspector/InspectorAgent.h |
+++ b/Source/core/inspector/InspectorAgent.h |
@@ -61,6 +61,11 @@ public: |
virtual ~InspectorAgent(); |
+ enum CheckFrontendBehavior { |
yurys
2013/07/26 09:17:21
InspectorBaseAgent.h would be a better place for t
|
+ CheckFrontend, |
+ DontCheckFrontend |
+ }; |
+ |
// Inspector front-end API. |
void enable(ErrorString*); |
void disable(ErrorString*); |