| Index: chrome/browser/prerender/prerender_manager.h
|
| ===================================================================
|
| --- chrome/browser/prerender/prerender_manager.h (revision 272804)
|
| +++ chrome/browser/prerender/prerender_manager.h (working copy)
|
| @@ -368,7 +368,10 @@
|
| // PrerenderContents.
|
| void AddPrerenderProcessHost(content::RenderProcessHost* process_host);
|
|
|
| - bool IsProcessPrerendering(content::RenderProcessHost* process_host);
|
| + // Returns whether or not |process_host| may be reused for new navigations
|
| + // from a prerendering perspective. Currently, if Prerender Cookie Stores are
|
| + // enabled, prerenders must be in their own processes that may not be shared.
|
| + bool MayReuseProcessHost(content::RenderProcessHost* process_host);
|
|
|
| // content::RenderProcessHostObserver implementation.
|
| virtual void RenderProcessHostDestroyed(
|
|
|