Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: content/public/browser/site_instance.h

Issue 1777233002: Top document isolation mode prototype (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Doghouse SiteInstance, with bugs Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..dabbecea5bb7213e6c84eecfc20b03fea983b687 100644
--- a/content/public/browser/site_instance.h
+++ b/content/public/browser/site_instance.h
@@ -125,6 +125,9 @@ class CONTENT_EXPORT SiteInstance : public base::RefCounted<SiteInstance> {
// process. This only returns true under the "site per process" process model.
virtual bool RequiresDedicatedProcess() = 0;
+ // TODO(xiaochengh): Say something...
+ virtual bool IsForDoghouse() const = 0;
+
// Factory method to create a new SiteInstance. This will create a new
// new BrowsingInstance, so it should only be used when creating a new tab
// from scratch (or similar circumstances). Callers should ensure that

Powered by Google App Engine
This is Rietveld 408576698