| Index: chrome/browser/content_settings/tab_specific_content_settings.h
|
| diff --git a/chrome/browser/content_settings/tab_specific_content_settings.h b/chrome/browser/content_settings/tab_specific_content_settings.h
|
| index c91de1052450532ac021af964fd6f658f0ef2b24..99df9427254582eea81db03c86ef48fcb4d3d01b 100644
|
| --- a/chrome/browser/content_settings/tab_specific_content_settings.h
|
| +++ b/chrome/browser/content_settings/tab_specific_content_settings.h
|
| @@ -336,6 +336,7 @@ class TabSpecificContentSettings
|
| bool blocked_by_policy);
|
| void OnGeolocationPermissionSet(const GURL& requesting_frame,
|
| bool allowed);
|
| + void OnDidUseKeygen(const GURL& url);
|
| #if defined(OS_ANDROID) || defined(OS_CHROMEOS)
|
| void OnProtectedMediaIdentifierPermissionSet(const GURL& requesting_frame,
|
| bool allowed);
|
|
|