summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui_test_utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/ui_test_utils.cc')
-rw-r--r--chrome/test/ui_test_utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/ui_test_utils.cc b/chrome/test/ui_test_utils.cc
index 781c918..4dd4859 100644
--- a/chrome/test/ui_test_utils.cc
+++ b/chrome/test/ui_test_utils.cc
@@ -457,7 +457,7 @@ Browser* WaitForNewBrowser() {
void OpenURLOffTheRecord(Profile* profile, const GURL& url) {
Browser::OpenURLOffTheRecord(profile, url);
Browser* browser = BrowserList::FindBrowserWithType(
- profile->GetOffTheRecordProfile(), Browser::TYPE_NORMAL);
+ profile->GetOffTheRecordProfile(), Browser::TYPE_NORMAL, false);
WaitForNavigations(&browser->GetSelectedTabContents()->controller(), 1);
}