Index: chrome/test/testing_profile.h |
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h |
index 7cbe71857738da795a42a6e18c6894bbd0506694..5604b151b0ec58d63e807c8b1190279649b8d280 100644 |
--- a/chrome/test/testing_profile.h |
+++ b/chrome/test/testing_profile.h |
@@ -240,6 +240,9 @@ class TestingProfile : public Profile { |
virtual bool HasSessionService() const { |
return (session_service_.get() != NULL); |
} |
+ virtual bool HasProfileSyncService() const { |
+ return (profile_sync_service_.get() != NULL); |
+ } |
virtual std::wstring GetName() { return std::wstring(); } |
virtual void SetName(const std::wstring& name) {} |
virtual std::wstring GetID() { return id_; } |