org.chromium.sdk/src/org/chromium/sdk/internal/protocol/CommandResponseBody.java
changeset 355 8726e95bcbba
parent 2 e4420d2515f1
equal deleted inserted replaced
354:0bceeb415e7f 355:8726e95bcbba
    39   @JsonSubtypeCasting
    39   @JsonSubtypeCasting
    40   ScopeBody asScopeBody() throws JsonProtocolParseException;
    40   ScopeBody asScopeBody() throws JsonProtocolParseException;
    41 
    41 
    42   @JsonSubtypeCasting
    42   @JsonSubtypeCasting
    43   VersionBody asVersionBody() throws JsonProtocolParseException;
    43   VersionBody asVersionBody() throws JsonProtocolParseException;
       
    44 
       
    45   @JsonSubtypeCasting
       
    46   ChangeLiveBody asChangeLiveBody() throws JsonProtocolParseException;
       
    47 
       
    48   @JsonSubtypeCasting
       
    49   ListBreakpointsBody asListBreakpointsBody() throws JsonProtocolParseException;
    44 }
    50 }