Fix compilation errors on OS X
This commit is contained in:
parent
baf5f384cd
commit
d3a39540b5
8 changed files with 31 additions and 22 deletions
|
@ -104,7 +104,8 @@ class InspectableWebContentsImpl :
|
|||
void ZoomOut() override;
|
||||
void ResetZoom() override;
|
||||
void SetDevicesUpdatesEnabled(bool enabled) override;
|
||||
void SendMessageToBrowser(const std::string& message) override;
|
||||
void DispatchProtocolMessageFromDevToolsFrontend(
|
||||
const std::string& message) override;
|
||||
void RecordActionUMA(const std::string& name, int action) override;
|
||||
void SendJsonRequest(const DispatchCallback& callback,
|
||||
const std::string& browser_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue