Index: chrome/browser/tab_contents/site_instance.h |
=================================================================== |
--- chrome/browser/tab_contents/site_instance.h (revision 18263) |
+++ chrome/browser/tab_contents/site_instance.h (working copy) |
@@ -138,6 +138,10 @@ |
// GetRelatedSiteInstance instead. |
SiteInstance(BrowsingInstance* browsing_instance); |
+ // Returns the type of renderer process this instance belongs in, for grouping |
+ // purposes. |
+ RenderProcessHost::Type GetRendererType(); |
+ |
private: |
// NotificationObserver implementation. |
void Observe(NotificationType type, |