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

Unified Diff: content/browser/web_contents/navigation_controller_impl_unittest.cc

Issue 10850010: Make session restore understand that tabs have multiple SessionStorageNamespaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased, with test robustified. Created 8 years, 4 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/web_contents/navigation_controller_impl_unittest.cc
diff --git a/content/browser/web_contents/navigation_controller_impl_unittest.cc b/content/browser/web_contents/navigation_controller_impl_unittest.cc
index 482f0f155ac73e0ca753368a559c1934e7197947..9d4cee453e3f4673af440430630a9e5f7905ed0f 100644
--- a/content/browser/web_contents/navigation_controller_impl_unittest.cc
+++ b/content/browser/web_contents/navigation_controller_impl_unittest.cc
@@ -2231,7 +2231,7 @@ TEST_F(NavigationControllerTest, CopyStateFrom) {
++it) {
SessionStorageNamespaceMap::const_iterator other =
other_session_storage_namespace_map.find(it->first);
- EXPECT_TRUE(other !=other_session_storage_namespace_map.end());
+ EXPECT_TRUE(other != other_session_storage_namespace_map.end());
}
}

Powered by Google App Engine
This is Rietveld 408576698