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

Unified Diff: chrome/browser/sync/syncable/nigori_util.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 | « chrome/browser/sync/syncable/model_type.cc ('k') | chrome/browser/sync/util/cryptographer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/syncable/nigori_util.cc
===================================================================
--- chrome/browser/sync/syncable/nigori_util.cc (revision 89422)
+++ chrome/browser/sync/syncable/nigori_util.cc (working copy)
@@ -23,6 +23,7 @@
nigori->set_encrypt_themes(types.count(THEMES) > 0);
nigori->set_encrypt_typed_urls(types.count(TYPED_URLS) > 0);
nigori->set_encrypt_extensions(types.count(EXTENSIONS) > 0);
+ nigori->set_encrypt_search_engines(types.count(SEARCH_ENGINES) > 0);
nigori->set_encrypt_sessions(types.count(SESSIONS) > 0);
nigori->set_encrypt_apps(types.count(APPS) > 0);
}
« no previous file with comments | « chrome/browser/sync/syncable/model_type.cc ('k') | chrome/browser/sync/util/cryptographer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698