Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1116)

Unified Diff: Source/core/inspector/InspectorAgent.h

Issue 20191003: Route JS Error Info From Blink to Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@gclient
Patch Set: Adam's requests Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*);

Powered by Google App Engine
This is Rietveld 408576698