Chromium Code Reviews| Index: chrome/browser/profiles/profile.cc |
| =================================================================== |
| --- chrome/browser/profiles/profile.cc (revision 100345) |
| +++ chrome/browser/profiles/profile.cc (working copy) |
| @@ -225,3 +225,7 @@ |
| ProfileSyncService* syncService = GetProfileSyncService(); |
| return syncService && !syncService->IsManaged(); |
| } |
| + |
| +chrome_browser_net::Predictor* Profile::GetNetworkPredictor() { |
| + return NULL; |
| +} |