| Index: chrome/browser/profile.cc
|
| diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc
|
| index bd0c5c88533250fe107a9bbefd61d6f2fdba3265..bc5ba4466c1593f9d2082976578c7912ae28364a 100644
|
| --- a/chrome/browser/profile.cc
|
| +++ b/chrome/browser/profile.cc
|
| @@ -424,6 +424,11 @@ class OffTheRecordProfileImpl : public Profile,
|
| return false;
|
| }
|
|
|
| + virtual bool HasProfileSyncService() const {
|
| + // We never have a profile sync service.
|
| + return false;
|
| + }
|
| +
|
| virtual bool DidLastSessionExitCleanly() {
|
| return profile_->DidLastSessionExitCleanly();
|
| }
|
|
|