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

Unified Diff: chrome/browser/ui/webui/print_preview/print_preview_ui_unittest.cc

Issue 10868116: Pass result of blockage across content API when new tab blocked. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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/webui/print_preview/print_preview_ui_unittest.cc
===================================================================
--- chrome/browser/ui/webui/print_preview/print_preview_ui_unittest.cc (revision 154977)
+++ chrome/browser/ui/webui/print_preview/print_preview_ui_unittest.cc (working copy)
@@ -225,7 +225,7 @@
WebContentsTester* initiator_tester =
WebContentsTester::For(initiator_contents);
chrome::AddWebContents(browser(), NULL, initiator_contents,
- NEW_FOREGROUND_TAB, gfx::Rect(), false);
+ NEW_FOREGROUND_TAB, gfx::Rect(), false, NULL);
TabContents* initiator_tab = TabContents::FromWebContents(initiator_contents);
ASSERT_TRUE(initiator_tab);
EXPECT_EQ(2, browser()->tab_count());

Powered by Google App Engine
This is Rietveld 408576698