Index: chrome/browser/profile.cc |
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc |
index adf58858c66c7b48ec630d0cd8ac92e3241f1860..96c223511fbf26d2176166aecea46b5a967228a2 100644 |
--- a/chrome/browser/profile.cc |
+++ b/chrome/browser/profile.cc |
@@ -585,6 +585,10 @@ class OffTheRecordProfileImpl : public Profile, |
return NULL; |
} |
+ virtual PrefProxyConfigTracker* GetProxyConfigTracker() { |
+ return profile_->GetProxyConfigTracker(); |
+ } |
+ |
private: |
NotificationRegistrar registrar_; |