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

Unified Diff: mock_owner_key.h

Issue 6469072: [login_manager] Use keygen helper to generate owner key (Closed) Base URL: http://git.chromium.org/git/login_manager.git@master
Patch Set: Add a few constants 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 | « no previous file | nss_util.h » ('j') | session_manager_service.cc » ('J')
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 33fb2734eedce2f986f503bbaaf8da387fcace45..c6dcbb2ca02a4ba0c295ce5b36860767438edaf7 100644
--- a/mock_owner_key.h
+++ b/mock_owner_key.h
@@ -27,6 +27,7 @@ class MockOwnerKey : public OwnerKey {
MOCK_METHOD0(Persist, bool());
MOCK_METHOD4(Verify, bool(const char*, uint32, const char*, uint32));
MOCK_METHOD3(Sign, bool(const char*, uint32, std::vector<uint8>*));
+ MOCK_METHOD1(StartGeneration, int(ChildJobInterface*));
};
} // namespace login_manager
« no previous file with comments | « no previous file | nss_util.h » ('j') | session_manager_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698