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

Unified Diff: content/renderer/web_ui_mojo_context_state.h

Issue 206923002: Adds plumbing to pass WebUI mojo::Handle from browser to renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add TODO and merge to trunk Created 6 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 | « content/renderer/web_ui_mojo.cc ('k') | content/renderer/web_ui_mojo_context_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/web_ui_mojo_context_state.h
diff --git a/content/renderer/web_ui_mojo_context_state.h b/content/renderer/web_ui_mojo_context_state.h
index 21b2f7ec7c3dff66076290ba32b581282115701e..53c8ab80ae0717aa9b83e0a3a81638349a908a86 100644
--- a/content/renderer/web_ui_mojo_context_state.h
+++ b/content/renderer/web_ui_mojo_context_state.h
@@ -39,7 +39,7 @@ class WebUIMojoContextState : public gin::ModuleRegistryObserver {
virtual ~WebUIMojoContextState();
// Called once the mojo::Handle is available.
- void SetHandle(mojo::ScopedHandle handle);
+ void SetHandle(mojo::ScopedMessagePipeHandle handle);
// Returns true if at least one module was added.
bool module_added() const { return module_added_; }
« no previous file with comments | « content/renderer/web_ui_mojo.cc ('k') | content/renderer/web_ui_mojo_context_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698