Chromium Code Reviews| Index: content/browser/site_instance.h |
| =================================================================== |
| --- content/browser/site_instance.h (revision 111259) |
| +++ content/browser/site_instance.h (working copy) |
| @@ -172,6 +172,9 @@ |
| 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_; |