Index: chrome/browser/sync/engine/nigori_util.cc |
diff --git a/chrome/browser/sync/engine/nigori_util.cc b/chrome/browser/sync/engine/nigori_util.cc |
index df9bd4dd4e69cb3f09bb6680069de53e2631d3b1..9b089ecf162b10a0487f67fab300bb12ddc505c6 100644 |
--- a/chrome/browser/sync/engine/nigori_util.cc |
+++ b/chrome/browser/sync/engine/nigori_util.cc |
@@ -71,8 +71,6 @@ bool EntryNeedsEncryption(ModelEnumSet encrypted_types, |
bool SpecificsNeedsEncryption(ModelEnumSet encrypted_types, |
const sync_pb::EntitySpecifics& specifics) { |
const ModelType type = GetModelTypeFromSpecifics(specifics); |
- if (!syncable::IsRealDataType(type)) |
- return false; |
if (type == PASSWORDS || type == NIGORI) |
return false; // These types have their own encryption schemes. |
if (!encrypted_types.Has(type)) |