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

Unified Diff: chrome/common/extensions/docs/examples/extensions/native_messaging/popup.html

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/popup.html
diff --git a/chrome/common/extensions/docs/examples/extensions/native_messaging/popup.html b/chrome/common/extensions/docs/examples/extensions/native_messaging/popup.html
new file mode 100644
index 0000000000000000000000000000000000000000..33c3aee8f313029faa825e759f14ddf652bfe19b
--- /dev/null
+++ b/chrome/common/extensions/docs/examples/extensions/native_messaging/popup.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<!--
+ * Copyright (c) 2012 The Chromium Authors. All rights reserved. Use of this
+ * source code is governed by a BSD-style license that can be found in the
+ * LICENSE file.
+-->
+
+<html>
+ <head>
+ <script src='./popup.js'></script>
+ </head>
+ <body>
+ <input id='input-text' type='text' />
+ <button id='send-native-message'>Connect</button>
+ <div id='response'></div>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698