Fix C++ style
This commit is contained in:
parent
076427673e
commit
f3ce93f1bb
2 changed files with 10 additions and 5 deletions
|
@ -210,7 +210,8 @@ bool WebContentsPreferences::IsSandboxed(content::WebContents* web_contents) {
|
|||
return sandboxed;
|
||||
}
|
||||
|
||||
bool WebContentsPreferences::UsesNativeWindowOpen(content::WebContents* web_contents) {
|
||||
bool WebContentsPreferences::UsesNativeWindowOpen(
|
||||
content::WebContents* web_contents) {
|
||||
WebContentsPreferences* self;
|
||||
if (!web_contents)
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue