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

Unified Diff: components/sessions/content/content_serialized_navigation_driver.h

Issue 2384403005: Fix flaky test ContentSerializedNavigationBuilderTest.ToNavigationEntry (Closed)
Patch Set: Address more feedback Created 4 years, 2 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 | « components/sessions/content/content_serialized_navigation_builder_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions/content/content_serialized_navigation_driver.h
diff --git a/components/sessions/content/content_serialized_navigation_driver.h b/components/sessions/content/content_serialized_navigation_driver.h
index a471738f33930721bcfc8720ee7899f51e16b79a..768300dd1c8385a8b52d56c1ab00c32eb2b2f94f 100644
--- a/components/sessions/content/content_serialized_navigation_driver.h
+++ b/components/sessions/content/content_serialized_navigation_driver.h
@@ -59,8 +59,10 @@ class SESSIONS_EXPORT ContentSerializedNavigationDriver
const ExtendedInfoHandlerMap& GetAllExtendedInfoHandlers() const;
private:
- ContentSerializedNavigationDriver();
friend struct base::DefaultSingletonTraits<ContentSerializedNavigationDriver>;
+ friend class ContentSerializedNavigationBuilderTest;
+
+ ContentSerializedNavigationDriver();
ExtendedInfoHandlerMap extended_info_handler_map_;
« no previous file with comments | « components/sessions/content/content_serialized_navigation_builder_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698