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

Unified Diff: chrome/common/extensions/docs/examples/extensions/native_messaging/README.txt

Issue 10818013: Native Messaging! (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added Example Created 8 years, 4 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: chrome/common/extensions/docs/examples/extensions/native_messaging/README.txt
diff --git a/chrome/common/extensions/docs/examples/extensions/native_messaging/README.txt b/chrome/common/extensions/docs/examples/extensions/native_messaging/README.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d68e7b27457f5f0f2ee7aedb6bb39028bd49f980
--- /dev/null
+++ b/chrome/common/extensions/docs/examples/extensions/native_messaging/README.txt
@@ -0,0 +1,8 @@
+Before using this extension, you must register the native client (echo.rb).
+
+To register the client, you will first need to create a directory called
+"Native Hosts" beside your user data directory
+(http://www.chromium.org/user-experience/user-data-directory). Then, move
+echo.rb into this new directory.
+
+The client is written in Ruby and will need the ruby executable to run.

Powered by Google App Engine
This is Rietveld 408576698