Index: content/browser/site_instance.h |
diff --git a/content/browser/site_instance.h b/content/browser/site_instance.h |
index b85aa9ad4050882b08171fa53bac56497430bedc..6c4d892306e43abb7d9e3f788e2636b611dbd552 100644 |
--- a/content/browser/site_instance.h |
+++ b/content/browser/site_instance.h |
@@ -74,7 +74,7 @@ class CONTENT_EXPORT SiteInstance : public base::RefCounted<SiteInstance>, |
} |
// Whether this SiteInstance has a running process associated with it. |
- bool HasProcess() const; |
+ virtual bool HasProcess() const; |
Charlie Reis
2012/01/12 22:01:14
Nit: Let's add "Virtual for testing." to the comme
nasko
2012/01/12 22:47:47
Done.
|
// Returns the current process being used to render pages in this |
// SiteInstance. If the process has crashed or otherwise gone away, then |