Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: chrome/browser/sync/syncable/model_type.h

Issue 7150023: Add protobuffer and model type for syncing custom search engines. Includes all boilerplate helper... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/sync/protocol/sync_proto.gyp ('k') | chrome/browser/sync/syncable/model_type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/sync/protocol/sync_proto.gyp ('k') | chrome/browser/sync/syncable/model_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698