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

Unified Diff: remoting/protocol/pairing_registry.cc

Issue 14995019: Added missing function. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/pairing_registry.cc
diff --git a/remoting/protocol/pairing_registry.cc b/remoting/protocol/pairing_registry.cc
index ea8be13f5d8b929d20cded4a2df17cb6a2ad7032..583d84b4e5fc640fba4fe64e23ef9db08904c3da 100644
--- a/remoting/protocol/pairing_registry.cc
+++ b/remoting/protocol/pairing_registry.cc
@@ -56,5 +56,10 @@ std::string PairingRegistry::GetSecret(const std::string& client_id) const {
return result;
}
+void NotImplementedPairingRegistryDelegate::Save(
+ const PairingRegistry::PairedClients& paired_clients) {
+ NOTIMPLEMENTED();
+};
+
} // namespace protocol
} // namespace remoting
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698