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

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

Issue 1236493004: Final batch adding real histogram values for extension events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android compile Created 5 years, 5 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/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 871769eaf60bdd3ab9c63e7b1214ced3ad01bdd7..e61f0ac28de5131e03843ec884168a649af8d455 100644
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
@@ -97,14 +97,14 @@ namespace {
void NotifyOTRProfileCreatedOnIOThread(void* original_profile,
void* otr_profile) {
- ExtensionWebRequestEventRouter::GetInstance()->OnOTRBrowserContextCreated(
- original_profile, otr_profile);
+ extensions::ExtensionWebRequestEventRouter::GetInstance()
+ ->OnOTRBrowserContextCreated(original_profile, otr_profile);
}
void NotifyOTRProfileDestroyedOnIOThread(void* original_profile,
void* otr_profile) {
- ExtensionWebRequestEventRouter::GetInstance()->OnOTRBrowserContextDestroyed(
- original_profile, otr_profile);
+ extensions::ExtensionWebRequestEventRouter::GetInstance()
+ ->OnOTRBrowserContextDestroyed(original_profile, otr_profile);
}
} // namespace
« no previous file with comments | « chrome/browser/net/chrome_extensions_network_delegate.cc ('k') | extensions/browser/api/hid/hid_device_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698