Chromium Code Reviews| Index: content/browser/devtools/protocol_config.json |
| diff --git a/content/browser/devtools/protocol_config.json b/content/browser/devtools/protocol_config.json |
| index 40688eadb0c2df32d9f5a9cdc6a82af85447d5d4..d7cb162784611ce15e08f06ff08ec021df25994f 100644 |
| --- a/content/browser/devtools/protocol_config.json |
| +++ b/content/browser/devtools/protocol_config.json |
| @@ -52,7 +52,9 @@ |
| }, |
| { |
| "domain": "Runtime", |
| - "include_types": ["StackTrace", "CallFrame", "RemoteObject", "ObjectPreview", "PropertyPreview", "EntryPreview", "CallArgument", "ExceptionDetails", "CustomPreview", "PropertyDescriptor", "InternalPropertyDescriptor", "ExecutionContextDescription", "ExecutionContextDestroyedNotification", "ExecutionContextCreatedNotification", "ExceptionThrownNotification", "ExceptionRevokedNotification", "ConsoleAPICalledNotification", "InspectRequestedNotification"] |
| + "include_types": ["StackTrace", "CallFrame"], |
| + "include_events": [], |
| + "include": [] |
| }, |
| { |
| "domain": "Schema" |