Index: chrome/browser/extensions/extension_tabs_module.cc |
diff --git a/chrome/browser/extensions/extension_tabs_module.cc b/chrome/browser/extensions/extension_tabs_module.cc |
index 766e4f6de432c0ce73fdc802e97d55eed659cfeb..71d3b83233ddd2b9e28e3c0de505a5170dbc1290 100644 |
--- a/chrome/browser/extensions/extension_tabs_module.cc |
+++ b/chrome/browser/extensions/extension_tabs_module.cc |
@@ -1084,7 +1084,7 @@ bool UpdateTabFunction::RunImpl() { |
} |
controller.LoadURL( |
- url, GURL(), content::PAGE_TRANSITION_LINK, std::string()); |
+ url, content::Referrer(), content::PAGE_TRANSITION_LINK, std::string()); |
// The URL of a tab contents never actually changes to a JavaScript URL, so |
// this check only makes sense in other cases. |