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

Unified Diff: chrome/browser/chromeos/settings/owner_key_util.h

Issue 12218078: Implement a policy to autologin a public account. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: split out FakeSessionManagerClient Created 7 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
Index: chrome/browser/chromeos/settings/owner_key_util.h
diff --git a/chrome/browser/chromeos/settings/owner_key_util.h b/chrome/browser/chromeos/settings/owner_key_util.h
index 8e42a50da0ef8dc78e4932ab447f8f41110a020e..86fedc56e67426be55c110f151fb33e1ca66febe 100644
--- a/chrome/browser/chromeos/settings/owner_key_util.h
+++ b/chrome/browser/chromeos/settings/owner_key_util.h
@@ -57,6 +57,7 @@ class OwnerKeyUtil : public base::RefCountedThreadSafe<OwnerKeyUtil> {
// Implementation of OwnerKeyUtil that is used in production code.
class OwnerKeyUtilImpl : public OwnerKeyUtil {
public:
+
bartfab (slow) 2013/02/25 16:51:23 Why the blank line?
dconnelly 2013/02/26 18:04:15 Done.
explicit OwnerKeyUtilImpl(const base::FilePath& public_key_file);
// OwnerKeyUtil:

Powered by Google App Engine
This is Rietveld 408576698