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

Unified Diff: chrome/browser/chromeos/platform_keys/platform_keys.cc

Issue 430563002: Enable system token in platformKeys api. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 years, 5 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/platform_keys/platform_keys.cc
diff --git a/chromeos/login/auth/auth_attempt_state_resolver.cc b/chrome/browser/chromeos/platform_keys/platform_keys.cc
similarity index 52%
copy from chromeos/login/auth/auth_attempt_state_resolver.cc
copy to chrome/browser/chromeos/platform_keys/platform_keys.cc
index b8def0d12d149361b9cb291ebdacc73b7789fe53..db5c4bece2231fe241a7a23e4d07225c721e6ae5 100644
--- a/chromeos/login/auth/auth_attempt_state_resolver.cc
+++ b/chrome/browser/chromeos/platform_keys/platform_keys.cc
@@ -2,14 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromeos/login/auth/auth_attempt_state_resolver.h"
+#include "chrome/browser/chromeos/platform_keys/platform_keys.h"
namespace chromeos {
-AuthAttemptStateResolver::AuthAttemptStateResolver() {
-}
+namespace platform_keys {
-AuthAttemptStateResolver::~AuthAttemptStateResolver() {
-}
+const char kTokenIdUser[] = "user";
+const char kTokenIdSystem[] = "system";
+
+} // namespace platform_keys
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698