Index: chrome/browser/profile_impl.h |
diff --git a/chrome/browser/profile_impl.h b/chrome/browser/profile_impl.h |
index 6bad987d911f8d2210718c119d927f8410ca3e18..9834fc1a0f6a9aeb77e8b66eaaccdf5b1d8b0bd6 100644 |
--- a/chrome/browser/profile_impl.h |
+++ b/chrome/browser/profile_impl.h |
@@ -94,6 +94,7 @@ class ProfileImpl : public Profile, |
virtual SessionService* GetSessionService(); |
virtual void ShutdownSessionService(); |
virtual bool HasSessionService() const; |
+ virtual bool HasProfileSyncService() const; |
virtual bool DidLastSessionExitCleanly(); |
virtual BookmarkModel* GetBookmarkModel(); |
virtual bool IsSameProfile(Profile* profile); |