| 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 d0be280d6768ba231642b5051e00542384f9ba43..2247be710833b55911888b43002ffb3b4f3c56f2 100644
|
| --- a/chrome/browser/content_settings/tab_specific_content_settings.h
|
| +++ b/chrome/browser/content_settings/tab_specific_content_settings.h
|
| @@ -333,6 +333,7 @@ class TabSpecificContentSettings
|
| bool blocked_by_policy);
|
| void OnGeolocationPermissionSet(const GURL& requesting_frame,
|
| bool allowed);
|
| + void OnDidUseKeygen();
|
| #if defined(OS_ANDROID) || defined(OS_CHROMEOS)
|
| void OnProtectedMediaIdentifierPermissionSet(const GURL& requesting_frame,
|
| bool allowed);
|
|
|