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

Unified Diff: chrome/browser/password_manager/chrome_password_manager_client_unittest.cc

Issue 1155443009: [Sync] Rename SyncActive to IsSyncActive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More non-android cases. Created 5 years, 7 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: chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
diff --git a/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc b/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
index ffdcd0cb2a13ff39bdd08979a93aecd49becf73d..d296df296ef66b24307014c8e9ae420fb2ad06f5 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
+++ b/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
@@ -369,7 +369,7 @@ TEST_F(ChromePasswordManagerClientTest, GetPasswordSyncState) {
active_types.Put(syncer::PASSWORDS);
EXPECT_CALL(*mock_sync_service, HasSyncSetupCompleted())
.WillRepeatedly(Return(true));
- EXPECT_CALL(*mock_sync_service, SyncActive()).WillRepeatedly(Return(true));
+ EXPECT_CALL(*mock_sync_service, IsSyncActive()).WillRepeatedly(Return(true));
EXPECT_CALL(*mock_sync_service, GetActiveDataTypes())
.WillRepeatedly(Return(active_types));
EXPECT_CALL(*mock_sync_service, IsUsingSecondaryPassphrase())
« no previous file with comments | « chrome/browser/history/web_history_service_unittest.cc ('k') | chrome/browser/password_manager/password_store_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698