| Index: chrome/browser/sync/syncable/model_type.h
|
| ===================================================================
|
| --- chrome/browser/sync/syncable/model_type.h (revision 89422)
|
| +++ chrome/browser/sync/syncable/model_type.h (working copy)
|
| @@ -63,8 +63,10 @@
|
| TYPED_URLS,
|
| // An extension folder or an extension object.
|
| EXTENSIONS,
|
| - // An object represeting a set of Nigori keys.
|
| + // An object representing a set of Nigori keys.
|
| NIGORI,
|
| + // An object representing a custom search engine.
|
| + SEARCH_ENGINES,
|
| // An object representing a browser session.
|
| SESSIONS,
|
| // An app folder or an app object.
|
|
|