| 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 e4eb0a4ed58dd2fabe8f783ba655bffafaa9d7bc..4e70c600fc97acf1e2956d002de4d898958bcb46 100644
|
| --- a/content/renderer/web_ui_mojo_context_state.h
|
| +++ b/content/renderer/web_ui_mojo_context_state.h
|
| @@ -38,8 +38,7 @@ class WebUIMojoContextState : public gin::ModuleRegistryObserver {
|
| v8::Handle<v8::Context> context);
|
| virtual ~WebUIMojoContextState();
|
|
|
| - // Called once the mojo::Handle is available.
|
| - void SetHandle(mojo::ScopedMessagePipeHandle handle);
|
| + void Run();
|
|
|
| // Returns true if at least one module was added.
|
| bool module_added() const { return module_added_; }
|
|
|