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

Unified Diff: mock_owner_key.h

Issue 6815021: [login_manager] Code to add the owner to the whitelist in a device policy (Closed) Base URL: http://git.chromium.org/git/login_manager.git@master
Patch Set: address gauravsh comments Created 9 years, 8 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 | « mock_device_policy.h ('k') | owner_key.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mock_owner_key.h
diff --git a/mock_owner_key.h b/mock_owner_key.h
index 824da9cc549ae66014309f8020b44653ddb1fff3..6ba270d2bd2f1e280e1615bfd92c33496c1eaa8f 100644
--- a/mock_owner_key.h
+++ b/mock_owner_key.h
@@ -21,8 +21,8 @@ class MockOwnerKey : public OwnerKey {
virtual ~MockOwnerKey() {}
MOCK_CONST_METHOD1(Equals, bool(const std::string&));
MOCK_CONST_METHOD1(VEquals, bool(const std::vector<uint8>&));
- MOCK_METHOD0(HaveCheckedDisk, bool());
- MOCK_METHOD0(IsPopulated, bool());
+ MOCK_CONST_METHOD0(HaveCheckedDisk, bool());
+ MOCK_CONST_METHOD0(IsPopulated, bool());
MOCK_METHOD0(PopulateFromDiskIfPossible, bool());
MOCK_METHOD1(PopulateFromBuffer, bool(const std::vector<uint8>&));
MOCK_METHOD1(PopulateFromKeypair, bool(base::RSAPrivateKey*));
« no previous file with comments | « mock_device_policy.h ('k') | owner_key.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698