Code style fixes

This commit is contained in:
Cheng Zhao 2018-03-06 11:31:56 +09:00
parent d8f16f4116
commit 7516b059fe
4 changed files with 15 additions and 16 deletions

View file

@ -40,9 +40,9 @@ class WebContentsPreferences
static bool IsPreferenceEnabled(const std::string& attribute_name,
content::WebContents* web_contents);
static bool GetString(const std::string& attributeName,
std::string* stringValue,
content::WebContents* web_contents);
static bool GetString(const std::string& attribute_name,
std::string* string_value,
content::WebContents* web_contents);
// Modify the WebPreferences according to |web_contents|'s preferences.
static void OverrideWebkitPrefs(