Index: chrome/browser/sync/profile_sync_service.h |
=================================================================== |
--- chrome/browser/sync/profile_sync_service.h (revision 72509) |
+++ chrome/browser/sync/profile_sync_service.h (working copy) |
@@ -471,6 +471,9 @@ |
return data_type_controllers_; |
} |
+ // Helper method for managing encryption UI. |
+ bool IsEncryptedDatatypeEnabled() const; |
+ |
// The wizard will try to read the auth state out of the profile sync |
// service using this member. Captcha and error state are reflected. |
GoogleServiceAuthError last_auth_error_; |