Index: chrome/browser/profile.h |
diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h |
index fac699d252983d12900ce76b1e32489b1f194529..aac3f02f6b19cb9468f151393a93942442c00c45 100644 |
--- a/chrome/browser/profile.h |
+++ b/chrome/browser/profile.h |
@@ -379,6 +379,9 @@ class Profile { |
// Returns true if this profile has a session service. |
virtual bool HasSessionService() const = 0; |
+ // Returns true if this profile has a profile sync service. |
+ virtual bool HasProfileSyncService() const = 0; |
+ |
// Returns true if the last time this profile was open it was exited cleanly. |
virtual bool DidLastSessionExitCleanly() = 0; |