Index: chrome/browser/profiles/profile.cc |
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc |
index fe1ac1d30abd1cdaa846705f91da4af36cfcf5af..6020735d970de26ab4e8c8a6ae9e3df4fa9104f4 100644 |
--- a/chrome/browser/profiles/profile.cc |
+++ b/chrome/browser/profiles/profile.cc |
@@ -877,7 +877,3 @@ Profile* Profile::CreateOffTheRecordProfile() { |
#endif |
return new OffTheRecordProfileImpl(this); |
} |
- |
-chrome_browser_net::Predictor* Profile::GetNetworkPredictor() { |
- return NULL; |
-} |