diff options
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r-- | chrome/browser/profile.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc index b2d7eba..5c3669c 100644 --- a/chrome/browser/profile.cc +++ b/chrome/browser/profile.cc @@ -444,11 +444,6 @@ class OffTheRecordProfileImpl : public Profile, return NULL; } - virtual ProfileSyncService* GetProfileSyncService( - const std::string& cros_user) { - return NULL; - } - virtual CloudPrintProxyService* GetCloudPrintProxyService() { return NULL; } |