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

Unified Diff: chrome/test/data/extensions/api_test/bluetooth/test_getdevices_concurrently.html

Issue 10915148: Change getDevices to use a DeviceCallback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test breakage Created 8 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: chrome/test/data/extensions/api_test/bluetooth/test_getdevices_concurrently.html
diff --git a/chrome/test/data/extensions/api_test/app_notifications/launch.html b/chrome/test/data/extensions/api_test/bluetooth/test_getdevices_concurrently.html
similarity index 76%
copy from chrome/test/data/extensions/api_test/app_notifications/launch.html
copy to chrome/test/data/extensions/api_test/bluetooth/test_getdevices_concurrently.html
index f28550062ea44f16ade678c89ec14e0babe5a48a..60ce224028e45b4a642f810b8cf4ca56469d72e4 100644
--- a/chrome/test/data/extensions/api_test/app_notifications/launch.html
+++ b/chrome/test/data/extensions/api_test/bluetooth/test_getdevices_concurrently.html
@@ -3,4 +3,4 @@
* source code is governed by a BSD-style license that can be found in the
* LICENSE file.
-->
-<h1>Launch page!</h1>
+<script src="test_getdevices_concurrently.js"></script>

Powered by Google App Engine
This is Rietveld 408576698