| Index: third_party/inspector_protocol/templates/TypeBuilder_h.template
|
| diff --git a/third_party/inspector_protocol/templates/TypeBuilder_h.template b/third_party/inspector_protocol/templates/TypeBuilder_h.template
|
| index caf692d745f7e4534979cad881f1d9bcbb978d06..2edf737ee7ae2d18b642c1e482a3242867fd543b 100644
|
| --- a/third_party/inspector_protocol/templates/TypeBuilder_h.template
|
| +++ b/third_party/inspector_protocol/templates/TypeBuilder_h.template
|
| @@ -204,6 +204,7 @@ public:
|
| {%- endfor -%}
|
| ) = 0;
|
| virtual void sendFailure(const DispatchResponse&) = 0;
|
| + virtual void fallThrough() = 0;
|
| virtual ~{{command.name | to_title_case}}Callback() { }
|
| };
|
| {% endif %}
|
| @@ -263,6 +264,7 @@ public:
|
| {% endfor %}
|
|
|
| void flush();
|
| + void sendRawNotification(const String&);
|
| private:
|
| FrontendChannel* m_frontendChannel;
|
| };
|
|
|