Fix naming and formatting

This commit is contained in:
rreimann 2017-05-22 09:08:47 +02:00 committed by Kevin Sawicki
parent 791486433d
commit 25015c4c63
3 changed files with 6 additions and 9 deletions

View file

@ -37,7 +37,7 @@ class WebContentsPreferences
static void AppendExtraCommandLineSwitches(
content::WebContents* web_contents, base::CommandLine* command_line);
static bool IsPreferenceEnabled(const std::string& attributeName,
static bool IsPreferenceEnabled(const std::string& attribute_name,
content::WebContents* web_contents);
static bool IsSandboxed(content::WebContents* web_contents);
static bool UsesNativeWindowOpen(content::WebContents* web_contents);