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