Index: content/public/browser/site_instance.h |
diff --git a/content/public/browser/site_instance.h b/content/public/browser/site_instance.h |
index 6cf9217fdebfa030f69cefdf32c486f4db15ca69..d50e4537e6bc615df31749fa3ef6f24293bec9ab 100644 |
--- a/content/public/browser/site_instance.h |
+++ b/content/public/browser/site_instance.h |
@@ -74,7 +74,7 @@ class RenderProcessHost; |
class CONTENT_EXPORT SiteInstance : public base::RefCounted<SiteInstance> { |
public: |
// Returns a unique ID for this SiteInstance. |
- virtual int32_t GetId() = 0; |
+ virtual int32_t GetId() const = 0; |
nasko
2016/02/11 18:21:28
Per content/ API design, no const usage in the pub
lfg
2016/02/11 20:26:09
Done.
|
// Whether this SiteInstance has a running process associated with it. |
// This may return true before the first call to GetProcess(), in cases where |