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

Unified Diff: chrome/browser/ui/cocoa/tabpose_window_unittest.mm

Issue 10831116: Move SessionStorageNamespace entirely into NavigationController and support StoragePartitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged ToT 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: chrome/browser/ui/cocoa/tabpose_window_unittest.mm
diff --git a/chrome/browser/ui/cocoa/tabpose_window_unittest.mm b/chrome/browser/ui/cocoa/tabpose_window_unittest.mm
index cd45aa0e15889f14191e63bb60f713956ec57226..73eab29cee33ce99fb313f05e7d31a17bd9a81c7 100644
--- a/chrome/browser/ui/cocoa/tabpose_window_unittest.mm
+++ b/chrome/browser/ui/cocoa/tabpose_window_unittest.mm
@@ -26,7 +26,7 @@ class TabposeWindowTest : public CocoaProfileTest {
void AppendTabToStrip() {
TabContents* tab_contents = chrome::TabContentsFactory(
- profile(), site_instance_, MSG_ROUTING_NONE, NULL, NULL);
+ profile(), site_instance_, MSG_ROUTING_NONE, NULL);
browser()->tab_strip_model()->AppendTabContents(
tab_contents, /*foreground=*/true);
}

Powered by Google App Engine
This is Rietveld 408576698