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

Unified Diff: remoting/host/host_key_pair.h

Issue 10007048: Cleanup and simplify HostConfig and JsonHostConfig. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « remoting/host/host_config.h ('k') | remoting/host/host_key_pair.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_key_pair.h
diff --git a/remoting/host/host_key_pair.h b/remoting/host/host_key_pair.h
index a2b9d5d8da8de69b62f09c3ae050d6d73ec66e7d..8af41d931532f0305a94300fe7c7af25c6fe2d28 100644
--- a/remoting/host/host_key_pair.h
+++ b/remoting/host/host_key_pair.h
@@ -26,7 +26,7 @@ class HostKeyPair {
void Generate();
bool LoadFromString(const std::string& key_base64);
- bool Load(HostConfig* host_config);
+ bool Load(const HostConfig& host_config);
void Save(MutableHostConfig* host_config);
crypto::RSAPrivateKey* private_key() { return key_.get(); }
« no previous file with comments | « remoting/host/host_config.h ('k') | remoting/host/host_key_pair.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698