| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index db1579bcc156837787559de9ff794b448becd8ac..5f57f9f1fa80358551058af1092492b48a36db87 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -280,10 +280,6 @@ class OffTheRecordProfileImpl : public Profile,
|
| return GetOriginalProfile()->GetExtensionEventRouter();
|
| }
|
|
|
| - virtual ExtensionIOEventRouter* GetExtensionIOEventRouter() {
|
| - return GetOriginalProfile()->GetExtensionIOEventRouter();
|
| - }
|
| -
|
| virtual SSLHostState* GetSSLHostState() {
|
| if (!ssl_host_state_.get())
|
| ssl_host_state_.reset(new SSLHostState());
|
|
|