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

Unified Diff: extensions/renderer/runtime_custom_bindings.h

Issue 2300453002: [Extensions] Begin making Extension port initialization asynchronous (Closed)
Patch Set: Nasko's Created 4 years, 3 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: extensions/renderer/runtime_custom_bindings.h
diff --git a/extensions/renderer/runtime_custom_bindings.h b/extensions/renderer/runtime_custom_bindings.h
index 17e96bbaf793f03b424c7c5144c145ea59dbdb4b..7b8f077617574b538285608d7e411958d42177dd 100644
--- a/extensions/renderer/runtime_custom_bindings.h
+++ b/extensions/renderer/runtime_custom_bindings.h
@@ -18,12 +18,6 @@ class RuntimeCustomBindings : public ObjectBackedNativeHandler {
~RuntimeCustomBindings() override;
- // Creates a new messaging channel to the given extension.
- void OpenChannelToExtension(const v8::FunctionCallbackInfo<v8::Value>& args);
-
- // Creates a new messaging channels for the specified native application.
- void OpenChannelToNativeApp(const v8::FunctionCallbackInfo<v8::Value>& args);
-
private:
void GetManifest(const v8::FunctionCallbackInfo<v8::Value>& args);
void GetExtensionViews(const v8::FunctionCallbackInfo<v8::Value>& args);
« no previous file with comments | « extensions/renderer/resources/runtime_custom_bindings.js ('k') | extensions/renderer/runtime_custom_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698