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

Unified Diff: content/browser/browsing_instance.h

Issue 2873503002: NOT YET READY: Improve granularity of window namespaces in Blink.
Patch Set: Rebasing... Created 3 years, 6 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/browser/browsing_instance.h
diff --git a/content/browser/browsing_instance.h b/content/browser/browsing_instance.h
index 34c1f073bbd852c260aecf8eade45656d6d10005..ff933fe40c45f5a29c9f6bb45c5027ee7d3d10b1 100644
--- a/content/browser/browsing_instance.h
+++ b/content/browser/browsing_instance.h
@@ -54,6 +54,10 @@ class SiteInstanceImpl;
// BrowsingInstances and SiteInstances are tested together in
// site_instance_unittest.cc.
//
+// Note that a browsing instance in the browser is independently tracked in
+// the renderer inside blink::Page::RelatedPages() method (in theory the browser
+// and renderer should always stay in sync).
+//
///////////////////////////////////////////////////////////////////////////////
class CONTENT_EXPORT BrowsingInstance final
: public base::RefCounted<BrowsingInstance> {
« no previous file with comments | « chrome/renderer/extensions/chrome_extensions_renderer_client.cc ('k') | content/public/renderer/content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698