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

Unified Diff: content/common/message_port.h

Issue 2752243002: Small cleanup in content MessagePort watcher usage (Closed)
Patch Set: Created 3 years, 9 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 | content/common/message_port.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/message_port.h
diff --git a/content/common/message_port.h b/content/common/message_port.h
index fbd7280af934dace99ca09f97706db9bf5871274..d3d198c4fd25a6f92305c328ff7c5a6895856070 100644
--- a/content/common/message_port.h
+++ b/content/common/message_port.h
@@ -100,8 +100,6 @@ class CONTENT_EXPORT MessagePort {
MojoResult result,
MojoHandleSignalsState signals_state,
MojoWatcherNotificationFlags flags);
-
- uintptr_t context_;
};
mutable scoped_refptr<State> state_;
};
« no previous file with comments | « no previous file | content/common/message_port.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698