| Index: chrome/browser/debugger/devtools_window.cc
|
| diff --git a/chrome/browser/debugger/devtools_window.cc b/chrome/browser/debugger/devtools_window.cc
|
| index 41e40938d343a92e48505915a0e979630cffd881..9d1dd6b0a65f553c3a4d8e17ad1f427a9e16f925 100644
|
| --- a/chrome/browser/debugger/devtools_window.cc
|
| +++ b/chrome/browser/debugger/devtools_window.cc
|
| @@ -163,7 +163,7 @@ DevToolsWindow* DevToolsWindow::Create(
|
| content::BINDINGS_POLICY_WEB_UI);
|
| tab_contents->controller().LoadURL(
|
| GetDevToolsUrl(profile, docked, shared_worker_frontend),
|
| - GURL(),
|
| + content::Referrer(),
|
| content::PAGE_TRANSITION_START_PAGE,
|
| std::string());
|
| return new DevToolsWindow(tab_contents, profile, inspected_rvh, docked);
|
|
|