summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_popup_api.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_popup_api.cc')
-rw-r--r--chrome/browser/extensions/extension_popup_api.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/extensions/extension_popup_api.cc b/chrome/browser/extensions/extension_popup_api.cc
index e6c559b..7fc8f1b 100644
--- a/chrome/browser/extensions/extension_popup_api.cc
+++ b/chrome/browser/extensions/extension_popup_api.cc
@@ -498,8 +498,5 @@ void PopupEventRouter::OnPopupClosed(Profile* profile,
routing_id);
profile->GetExtensionMessageService()->DispatchEventToRenderers(
- full_event_name,
- base::JSONWriter::kEmptyArray,
- profile->IsOffTheRecord(),
- GURL());
+ full_event_name, base::JSONWriter::kEmptyArray, profile, GURL());
}