Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Unified Diff: chrome/browser/extensions/extension_popup_api.cc

Issue 3210007: Add support for a "split" incognito behavior for extensions. (Closed)
Patch Set: latest Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/extension_popup_api.cc
diff --git a/chrome/browser/extensions/extension_popup_api.cc b/chrome/browser/extensions/extension_popup_api.cc
index e6c559b2acfd074f8eca6d4459f9c058892f9d8a..7fc8f1b134af0910737ddc9eb33f9f0b4eb9c6b0 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());
}
« no previous file with comments | « chrome/browser/extensions/extension_omnibox_api.cc ('k') | chrome/browser/extensions/extension_process_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698