fix: compile error in netlog (#18443)
This commit is contained in:
parent
54cbe5f749
commit
cbc177708e
2 changed files with 9 additions and 11 deletions
|
@ -41,11 +41,10 @@ class NetLog : public mate::TrackableObject<NetLog> {
|
|||
|
||||
void OnConnectionError();
|
||||
|
||||
void StartNetLogAfterCreateFile(
|
||||
network::mojom::NetLogCaptureMode capture_mode,
|
||||
uint64_t max_file_size,
|
||||
base::Value custom_constants,
|
||||
base::File output_file);
|
||||
void StartNetLogAfterCreateFile(net::NetLogCaptureMode capture_mode,
|
||||
uint64_t max_file_size,
|
||||
base::Value custom_constants,
|
||||
base::File output_file);
|
||||
void NetLogStarted(int32_t error);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue