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

Unified Diff: mojo/apps/js/standalone_main.cc

Issue 665743003: Mojo JS Bindings: Simplify sharing services for content-provided JS applications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: mojo/apps/js/standalone_main.cc
diff --git a/mojo/apps/js/standalone_main.cc b/mojo/apps/js/standalone_main.cc
index cc39bf0575100dd4c07d581c8c05c8dd1ac46dd8..8fa16c6ea764d6a957a4a79d9cc8b5ee54761d3e 100644
--- a/mojo/apps/js/standalone_main.cc
+++ b/mojo/apps/js/standalone_main.cc
@@ -27,6 +27,10 @@ class StandaloneJSApp : public JSApp {
return ReadFileToString(path_, source);
}
+ virtual Handle RequestorMessagePipeHandle() override {
+ return Handle();
+ }
+
private:
base::FilePath path_;
};

Powered by Google App Engine
This is Rietveld 408576698