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

Unified Diff: third_party/inspector_protocol/lib/Forward_h.template

Issue 2463673004: [inspector_protocol] Support fall through. (Closed)
Patch Set: example domain converted Created 4 years, 2 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: third_party/inspector_protocol/lib/Forward_h.template
diff --git a/third_party/inspector_protocol/lib/Forward_h.template b/third_party/inspector_protocol/lib/Forward_h.template
index 2ad3897ba9d3e4194dc8ed8a83fffa1ed957c3d9..93de83a4bdb11b8d1f967ca58c300cfbabea2652 100644
--- a/third_party/inspector_protocol/lib/Forward_h.template
+++ b/third_party/inspector_protocol/lib/Forward_h.template
@@ -19,12 +19,14 @@ namespace {{namespace}} {
template<typename T> class Array;
class DictionaryValue;
+class DispatchResponse;
using ErrorString = String;
class ErrorSupport;
class FundamentalValue;
class ListValue;
template<typename T> class Maybe;
class Object;
+using Response = DispatchResponse;
class SerializedValue;
class StringValue;
class UberDispatcher;

Powered by Google App Engine
This is Rietveld 408576698