Fix API changes of Chrome 58

This commit is contained in:
Cheng Zhao 2017-04-04 13:43:49 +09:00
parent 0a110a44f9
commit c41fb922b3
13 changed files with 14 additions and 49 deletions

View file

@ -70,7 +70,6 @@ class DevToolsEmbedderMessageDispatcher {
virtual void SetDevicesUpdatesEnabled(bool enabled) = 0;
virtual void DispatchProtocolMessageFromDevToolsFrontend(
const std::string& message) = 0;
virtual void RecordActionUMA(const std::string& name, int action) = 0;
virtual void SendJsonRequest(const DispatchCallback& callback,
const std::string& browser_id,
const std::string& url) = 0;