| Index: components/user_prefs/tracked/pref_hash_store_transaction.h
|
| diff --git a/components/user_prefs/tracked/pref_hash_store_transaction.h b/components/user_prefs/tracked/pref_hash_store_transaction.h
|
| index aa5697fb4003ca3a1dd1d3f7f1d7de50f566ef1c..55d99d2d03fc6b04f4e9eb4724a69de779416704 100644
|
| --- a/components/user_prefs/tracked/pref_hash_store_transaction.h
|
| +++ b/components/user_prefs/tracked/pref_hash_store_transaction.h
|
| @@ -38,6 +38,8 @@ class PrefHashStoreTransaction {
|
| TRUSTED_UNKNOWN_VALUE,
|
| // NULL values are inherently trusted.
|
| TRUSTED_NULL_VALUE,
|
| + // This transaction's store type is not supported.
|
| + UNSUPPORTED,
|
| };
|
|
|
| // Finalizes any remaining work after the transaction has been performed.
|
|
|