Index: chrome/browser/profile.cc |
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc |
index 0bb889233da02a95c6cbef44534f0ca8a3d4d1ca..adf58858c66c7b48ec630d0cd8ac92e3241f1860 100644 |
--- a/chrome/browser/profile.cc |
+++ b/chrome/browser/profile.cc |
@@ -581,6 +581,10 @@ class OffTheRecordProfileImpl : public Profile, |
return profile_->GetExtensionInfoMap(); |
} |
+ virtual PromoCounter* GetInstantPromoCounter() { |
+ return NULL; |
+ } |
+ |
private: |
NotificationRegistrar registrar_; |