summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r--chrome/browser/profile.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc
index c03483a..0a8e67c 100644
--- a/chrome/browser/profile.cc
+++ b/chrome/browser/profile.cc
@@ -546,6 +546,10 @@ class OffTheRecordProfileImpl : public Profile,
GetChromeOSProxyConfigServiceImpl() {
return profile_->GetChromeOSProxyConfigServiceImpl();
}
+
+ virtual void SetupChromeOSEnterpriseExtensionObserver() {
+ profile_->SetupChromeOSEnterpriseExtensionObserver();
+ }
#endif // defined(OS_CHROMEOS)
virtual void ExitedOffTheRecordMode() {