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

Unified Diff: chrome/browser/profiles/off_the_record_profile_impl.cc

Issue 568583002: Introduce WebRequestEventRouterDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 6 years, 3 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
« no previous file with comments | « chrome/browser/extensions/api/web_request/web_request_api.cc ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/off_the_record_profile_impl.cc
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
index ffbfbb97d407cff209ae46cea7db790d0f3199e0..b13a753b6ee7a19c83ed9a5ba9d00bdf1296e63d 100644
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
@@ -86,13 +86,13 @@ namespace {
void NotifyOTRProfileCreatedOnIOThread(void* original_profile,
void* otr_profile) {
- ExtensionWebRequestEventRouter::GetInstance()->OnOTRProfileCreated(
+ ExtensionWebRequestEventRouter::GetInstance()->OnOTRBrowserContextCreated(
original_profile, otr_profile);
}
void NotifyOTRProfileDestroyedOnIOThread(void* original_profile,
void* otr_profile) {
- ExtensionWebRequestEventRouter::GetInstance()->OnOTRProfileDestroyed(
+ ExtensionWebRequestEventRouter::GetInstance()->OnOTRBrowserContextDestroyed(
original_profile, otr_profile);
}
« no previous file with comments | « chrome/browser/extensions/api/web_request/web_request_api.cc ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698