| Index: chrome/browser/sync/util/cryptographer.cc
|
| ===================================================================
|
| --- chrome/browser/sync/util/cryptographer.cc (revision 89422)
|
| +++ chrome/browser/sync/util/cryptographer.cc (working copy)
|
| @@ -275,6 +275,8 @@
|
| encrypted_types_.insert(syncable::TYPED_URLS);
|
| if (nigori.encrypt_extensions())
|
| encrypted_types_.insert(syncable::EXTENSIONS);
|
| + if (nigori.encrypt_search_engines())
|
| + encrypted_types_.insert(syncable::SEARCH_ENGINES);
|
| if (nigori.encrypt_sessions())
|
| encrypted_types_.insert(syncable::SESSIONS);
|
| if (nigori.encrypt_apps())
|
|
|