Chromium Code Reviews| Index: content/public/browser/render_process_host.h |
| diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h |
| index 66a96eca5c6aca95d61c3ce68656669350f7c3fb..ac9a81ca47a68cc31cb09d28014dc6894060c191 100644 |
| --- a/content/public/browser/render_process_host.h |
| +++ b/content/public/browser/render_process_host.h |
| @@ -97,7 +97,7 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender, |
| // Indicates whether the current RenderProcessHost associated with a guest |
|
lazyboy
2014/05/27 19:22:22
This needs description, mostly what you have in CL
Fady Samuel
2014/05/27 21:56:34
Done.
|
| // renderer process. |
| - virtual bool IsGuest() const = 0; |
| + virtual bool IsIsolatedGuest() const = 0; |
| // Returns the storage partition associated with this process. |
| // |