Skip to content

Commit 2abb5d1

Browse files
clavinckerr
authored andcommitted
1 parent 9a900e7 commit 2abb5d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shell/browser/extensions/electron_extensions_api_client.cc

+2-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ class ElectronMimeHandlerViewGuestDelegate
7878
}
7979

8080
void RecordLoadMetric(bool in_main_frame,
81-
const std::string& mime_type) override {}
81+
const std::string& mime_type,
82+
content::BrowserContext* browser_context) override {}
8283
};
8384

8485
ElectronExtensionsAPIClient::ElectronExtensionsAPIClient() = default;

0 commit comments

Comments
 (0)