Index: content/browser/site_instance.h |
diff --git a/content/browser/site_instance.h b/content/browser/site_instance.h |
index b85aa9ad4050882b08171fa53bac56497430bedc..42ab12c375f0870ec998ad5622b22f0a8f89ee51 100644 |
--- a/content/browser/site_instance.h |
+++ b/content/browser/site_instance.h |
@@ -74,6 +74,7 @@ class CONTENT_EXPORT SiteInstance : public base::RefCounted<SiteInstance>, |
} |
// Whether this SiteInstance has a running process associated with it. |
+ // Virtual to allow tests to extend it. |
Charlie Reis
2012/01/13 18:37:46
No longer need this comment.
nasko
2012/01/13 20:54:49
Done.
|
bool HasProcess() const; |
// Returns the current process being used to render pages in this |