Nukes one of the AddTabWithURL variants.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/1736022

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45902 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/test/in_process_browser_test.cc b/chrome/test/in_process_browser_test.cc
index 2e8006a..451dd2e 100644
--- a/chrome/test/in_process_browser_test.cc
+++ b/chrome/test/in_process_browser_test.cc
@@ -242,7 +242,8 @@
   Browser* browser = Browser::Create(profile);
 
   browser->AddTabWithURL(GURL(chrome::kAboutBlankURL), GURL(),
-                         PageTransition::START_PAGE, true, -1, false, NULL);
+                         PageTransition::START_PAGE, -1,
+                         Browser::ADD_SELECTED, NULL, std::string());
 
   // Wait for the page to finish loading.
   ui_test_utils::WaitForNavigation(