commit | e9d0844619b73f6b23061d817b6c8bccf70db139 | [log] [tgz] |
---|---|---|
author | qi1988.yang <[email protected]> | Tue Feb 10 05:57:07 2015 |
committer | Commit bot <[email protected]> | Tue Feb 10 05:57:44 2015 |
tree | 813f61d855fa6b80f219288ef4dbb078fadbbdf8 | |
parent | 41d53ad33e92ea0729e8b180fc39fe63ac64154c [diff] |
Clean up unittests mocking IsOffTheRecord on PasswordManagerDriver Originally, IsOffTheRecord used to be a method of PasswordManagerDriver, but was moved to PasswordManagerClient. Clear up the mocks of "EXPECT_CALL(*(client()->mock_driver()), IsOffTheRecord()).WillRepeatedly(Return(false));" BUG=440426 Review URL: https://codereview.chromium.org/904643002 Cr-Commit-Position: refs/heads/master@{#315507}