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

Unified Diff: remoting/host/host_config.h

Issue 2958001: Added RSA key generator for register_host.py (Closed)
Patch Set: - Created 10 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
« no previous file with comments | « no previous file | remoting/host/host_config.cc » ('j') | remoting/host/host_config.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_config.h
diff --git a/remoting/host/host_config.h b/remoting/host/host_config.h
index 789753846ec33e9b66f255932227df4607773f07..b2c6565b53ed49306ade71fadfd3a11c31f12cde 100644
--- a/remoting/host/host_config.h
+++ b/remoting/host/host_config.h
@@ -24,10 +24,8 @@ extern const std::wstring kXmppAuthTokenConfigPath;
extern const std::wstring kHostIdConfigPath;
// Readable host name.
extern const std::wstring kHostNameConfigPath;
-// Public key used by the host for authentication.
-extern const std::wstring kPublicKeyConfigPath;
-
-// TODO(sergeyu): Add a property for private key.
+// Private keys used for host authentication.
+extern const std::wstring kPrivateKeyConfigPath;
awong 2010/07/14 19:36:32 Tangential note, why are these all wstrings? Shou
Sergey Ulanov 2010/07/14 19:56:55 DictionaryValue works with wstring path only.
// HostConfig interace provides read-only access to host configuration.
class HostConfig : public base::RefCountedThreadSafe<HostConfig> {
« no previous file with comments | « no previous file | remoting/host/host_config.cc » ('j') | remoting/host/host_config.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698