refactor: remove unused C string ToV8() gin converter (#44522)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
parent
8b38c78e94
commit
7930412006
2 changed files with 1 additions and 9 deletions
|
@ -1311,7 +1311,7 @@ content::KeyboardEventProcessingResult WebContents::PreHandleKeyboardEvent(
|
|||
}
|
||||
|
||||
void WebContents::ContentsZoomChange(bool zoom_in) {
|
||||
Emit("zoom-changed", zoom_in ? "in" : "out");
|
||||
Emit("zoom-changed", std::string_view{zoom_in ? "in" : "out"});
|
||||
}
|
||||
|
||||
Profile* WebContents::GetProfile() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue