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

Unified Diff: chrome/browser/sync/util/cryptographer.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/nigori_util.cc ('k') | net/tools/testserver/chromiumsync.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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())
« no previous file with comments | « chrome/browser/sync/syncable/nigori_util.cc ('k') | net/tools/testserver/chromiumsync.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698