Better field names for details object
This commit is contained in:
parent
4d7b85bd01
commit
4fd8b04329
3 changed files with 8 additions and 10 deletions
|
@ -45,10 +45,10 @@ class WebContentsPermissionHelper
|
|||
const base::Callback<void(bool)>& callback,
|
||||
bool user_gesture = false);
|
||||
void RequestPermissionWithDetails(
|
||||
content::PermissionType permission,
|
||||
const base::Callback<void(bool)>& callback,
|
||||
bool user_gesture,
|
||||
const base::DictionaryValue* details);
|
||||
content::PermissionType permission,
|
||||
const base::Callback<void(bool)>& callback,
|
||||
bool user_gesture,
|
||||
const base::DictionaryValue* details);
|
||||
|
||||
content::WebContents* web_contents_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue