| Index: chrome/browser/automation/testing_automation_provider.cc
|
| diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
|
| index 638052d8b2fda88de3427587b0921a8bb42eb2ad..bd3528b484780a2c06234b3d34300deacc273bf7 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -6052,7 +6052,7 @@ void TestingAutomationProvider::NavigateToURL(
|
| &tab_contents->controller(), this, reply_message,
|
| navigation_count, false, true);
|
| browser->OpenURLFromTab(tab_contents, OpenURLParams(
|
| - GURL(url), GURL(), CURRENT_TAB,
|
| + GURL(url), content::Referrer(), CURRENT_TAB,
|
| content::PAGE_TRANSITION_TYPED, false));
|
| }
|
|
|
|
|