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

Unified Diff: components/copresence/public/whispernet_client.h

Issue 433283002: Adding the Copresence RpcHandler and HttpPost helper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@directive-handler
Patch Set: Addressing nits Created 6 years, 4 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: components/copresence/public/whispernet_client.h
diff --git a/components/copresence/public/whispernet_client.h b/components/copresence/public/whispernet_client.h
index 61eeed0d15a66a71563688f5c0756f6643c91a44..fe1abea800a8c19b26872afd1d81e38ab5750c73 100644
--- a/components/copresence/public/whispernet_client.h
+++ b/components/copresence/public/whispernet_client.h
@@ -37,6 +37,7 @@ class WhispernetClient {
// parameter indicates whether we succeeded or failed.
virtual void Initialize(const SuccessCallback& init_callback) = 0;
// Copresence will call this before making any calls to its destructors.
+ // Any callbacks the client holds must be cleared.
virtual void Shutdown() = 0;
// Fires an event to request a token encode.

Powered by Google App Engine
This is Rietveld 408576698