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

Unified Diff: chrome/browser/browsing_instance.h

Issue 21132: Adds a unit test for NavigationEntry. Also adds a comment to BrowsingInstanc... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/navigation_entry_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browsing_instance.h
===================================================================
--- chrome/browser/browsing_instance.h (revision 9341)
+++ chrome/browser/browsing_instance.h (working copy)
@@ -45,7 +45,9 @@
//
// Currently, the BrowsingInstance class is not visible outside of the
// SiteInstance class. To get a new SiteInstance that is part of the same
-// BrowsingInstance, use SiteInstance::GetRelatedSiteInstance.
+// BrowsingInstance, use SiteInstance::GetRelatedSiteInstance. Because of
+// this, BrowsingInstances and SiteInstances are tested together in
+// site_instance_unittest.cc.
//
///////////////////////////////////////////////////////////////////////////////
class BrowsingInstance : public base::RefCounted<BrowsingInstance> {
« no previous file with comments | « no previous file | chrome/browser/navigation_entry_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698