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

Unified Diff: remoting/host/host_config.cc

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
Index: remoting/host/host_config.cc
diff --git a/remoting/host/host_config.cc b/remoting/host/host_config.cc
index 1ce16dc6516bedf4ea65b169fc17b4309e170c34..9195bbe9d9cdd82afcaddfbed4c62c27e7e9d610 100644
--- a/remoting/host/host_config.cc
+++ b/remoting/host/host_config.cc
@@ -10,6 +10,6 @@ const std::wstring kXmppLoginConfigPath(L"xmpp_login");
const std::wstring kXmppAuthTokenConfigPath(L"xmpp_auth_token");
const std::wstring kHostIdConfigPath(L"host_id");
const std::wstring kHostNameConfigPath(L"host_name");
-const std::wstring kPublicKeyConfigPath(L"public_key");
+const std::wstring kPrivateKeyConfigPath(L"private_key");
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698