| 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 c088c2364d7f7d4eaeb4e94b74f63fb3a7c8f2ed..985d9265f522bfd3c14c5a5b426d9d2f76635fd7 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -5922,7 +5922,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));
|
| }
|
|
|
|
|