Searched defs:EventResponseDelta (Results 1 – 2 of 2) sorted by relevance
133 struct EventResponseDelta { struct135 std::string extension_id;140 base::Time extension_install_time;143 bool cancel;144 GURL new_url;147 net::HttpRequestHeaders modified_request_headers;172 EventResponseDelta(const std::string& extension_id, argument
195 EventResponseDelta::EventResponseDelta( in EventResponseDelta() function in extension_web_request_api_helpers::EventResponseDelta