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

Unified Diff: chrome/browser/sync/profile_sync_service_password_unittest.cc

Issue 6543037: Merge 73754 - [SYNC] Fix handling of password store corruption.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/648/src/
Patch Set: Created 9 years, 10 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/glue/sync_backend_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/profile_sync_service_password_unittest.cc
===================================================================
--- chrome/browser/sync/profile_sync_service_password_unittest.cc (revision 75503)
+++ chrome/browser/sync/profile_sync_service_password_unittest.cc (working copy)
@@ -189,7 +189,7 @@
WillRepeatedly(Return(&token_service_));
EXPECT_CALL(profile_, GetPasswordStore(_)).
- Times(2).
+ Times(3).
WillRepeatedly(Return(password_store_.get()));
EXPECT_CALL(observer_,
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698