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

Unified Diff: components/copresence/rpc/rpc_handler.h

Issue 824593003: Revert of Adding CopresenceState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « components/copresence/public/copresence_state.h ('k') | components/copresence/rpc/rpc_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/rpc/rpc_handler.h
diff --git a/components/copresence/rpc/rpc_handler.h b/components/copresence/rpc/rpc_handler.h
index 811c3fadf9cd6a2e827b78c3572dce8b057b77d2..555a8b120df04ac5f052b9da85c25e43a83e1edf 100644
--- a/components/copresence/rpc/rpc_handler.h
+++ b/components/copresence/rpc/rpc_handler.h
@@ -21,7 +21,6 @@
struct AudioToken;
class CopresenceDelegate;
-class CopresenceStateImpl;
class DirectiveHandler;
class GCMHandler;
class HttpPost;
@@ -66,7 +65,6 @@
// are owned by the caller and must outlive the RpcHandler.
// |server_post_callback| should be set only by tests.
RpcHandler(CopresenceDelegate* delegate,
- CopresenceStateImpl* state,
DirectiveHandler* directive_handler,
GCMHandler* gcm_handler,
const PostCallback& server_post_callback = PostCallback());
@@ -161,7 +159,6 @@
// These belong to the caller.
CopresenceDelegate* const delegate_;
- CopresenceStateImpl* state_;
DirectiveHandler* const directive_handler_;
GCMHandler* const gcm_handler_;
« no previous file with comments | « components/copresence/public/copresence_state.h ('k') | components/copresence/rpc/rpc_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698