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

Unified Diff: 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_owner_key.h ('k') | owner_key.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: owner_key.h
diff --git a/owner_key.h b/owner_key.h
index c35112fc4ac7644db78f119de505c543d8fb064c..303aca41cae0075e4bbfeec4f1c092ebd0b1c7c6 100644
--- a/owner_key.h
+++ b/owner_key.h
@@ -34,8 +34,8 @@ class OwnerKey {
virtual bool Equals(const std::string& key_der) const;
virtual bool VEquals(const std::vector<uint8>& key_der) const;
- virtual bool HaveCheckedDisk();
- virtual bool IsPopulated();
+ virtual bool HaveCheckedDisk() const;
+ virtual bool IsPopulated() const;
// If |key_file_| exists, populate the object with the contents of the file.
// If the file isn't there, that's ok.
« no previous file with comments | « mock_owner_key.h ('k') | owner_key.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698