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

Unified Diff: sync/internal_api/sync_encryption_handler_impl_unittest.cc

Issue 11958029: [Sync] Add support for proxy types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix more tests Created 7 years, 11 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
Index: sync/internal_api/sync_encryption_handler_impl_unittest.cc
diff --git a/sync/internal_api/sync_encryption_handler_impl_unittest.cc b/sync/internal_api/sync_encryption_handler_impl_unittest.cc
index a650c1420c0c0f203f7a99bfbf92835fd25645dc..1578badbc7fb56bffb7671475a8bbd2b5685e557 100644
--- a/sync/internal_api/sync_encryption_handler_impl_unittest.cc
+++ b/sync/internal_api/sync_encryption_handler_impl_unittest.cc
@@ -371,8 +371,6 @@ TEST_F(SyncEncryptionHandlerImplTest, NigoriEncryptionTypes) {
Mock::VerifyAndClearExpectations(&observer2);
ModelTypeSet encrypted_user_types = EncryptableUserTypes();
- // We never encrypt history delete directives.
- encrypted_user_types.Remove(HISTORY_DELETE_DIRECTIVES);
tim (not reviewing) 2013/01/18 20:56:33 Where did this come from?
Nicolas Zea 2013/01/19 00:03:13 Oh, this is just a cleanup that I noticed while ma
EXPECT_CALL(*observer(),
OnEncryptedTypesChanged(

Powered by Google App Engine
This is Rietveld 408576698