mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update source files for bracket style
This commit is contained in:
@ -11,8 +11,9 @@ namespace alloy {
|
||||
|
||||
int GetTabIdForWebContents(content::WebContents* web_contents) {
|
||||
auto browser = AlloyBrowserHostImpl::GetBrowserForContents(web_contents);
|
||||
if (!browser)
|
||||
if (!browser) {
|
||||
return -1;
|
||||
}
|
||||
return browser->GetIdentifier();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user