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

Unified Diff: chrome/browser/sync/glue/data_type_manager_impl.cc

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 | « no previous file | chrome/browser/sync/protocol/nigori_specifics.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/data_type_manager_impl.cc
===================================================================
--- chrome/browser/sync/glue/data_type_manager_impl.cc (revision 89422)
+++ chrome/browser/sync/glue/data_type_manager_impl.cc (working copy)
@@ -33,6 +33,7 @@
syncable::THEMES,
syncable::TYPED_URLS,
syncable::PASSWORDS,
+ syncable::SEARCH_ENGINES,
syncable::SESSIONS,
};
@@ -285,7 +286,6 @@
needs_start_.erase(needs_start_.begin());
if (result == DataTypeController::NEEDS_CRYPTO) {
-
}
// If the type started normally, continue to the next type.
// If the type is waiting for the cryptographer, continue to the next type.
« no previous file with comments | « no previous file | chrome/browser/sync/protocol/nigori_specifics.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698