Index: components/sync/driver/sync_client.h |
diff --git a/components/sync/driver/sync_client.h b/components/sync/driver/sync_client.h |
index c514e518f9151d2fc925f368495f9256b3a1ecf8..bf9ab4cec3fb760ff290d1161779e27b51de0cde 100644 |
--- a/components/sync/driver/sync_client.h |
+++ b/components/sync/driver/sync_client.h |
@@ -71,6 +71,7 @@ class SyncClient { |
virtual bookmarks::BookmarkModel* GetBookmarkModel() = 0; |
virtual favicon::FaviconService* GetFaviconService() = 0; |
virtual history::HistoryService* GetHistoryService() = 0; |
+ virtual bool HasPasswordStore() = 0; |
// Returns a callback that will register the types specific to the current |
// platform. |