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> |