diff options
Diffstat (limited to 'content/browser/site_instance.h')
-rw-r--r-- | content/browser/site_instance.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/browser/site_instance.h b/content/browser/site_instance.h index 057ed59..9feccfc 100644 --- a/content/browser/site_instance.h +++ b/content/browser/site_instance.h @@ -172,6 +172,9 @@ class CONTENT_EXPORT SiteInstance : public base::RefCounted<SiteInstance>, const content::NotificationSource& source, const content::NotificationDetails& details) OVERRIDE; + // Used to restrict a process' origin access rights. + void LockToOrigin(); + // The next available SiteInstance ID. static int32 next_site_instance_id_; |