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

Unified Diff: chrome/test/data/extensions/api_test/bluetooth/test_discovery_in_progress_expectation.js

Issue 10815072: Bluetooth API: improve discovery (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix licenses 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
« no previous file with comments | « chrome/test/data/extensions/api_test/bluetooth/test_discovery_in_progress.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/bluetooth/test_discovery_in_progress_expectation.js
diff --git a/chrome/browser/resources/extension_resource/demo/library.js b/chrome/test/data/extensions/api_test/bluetooth/test_discovery_in_progress_expectation.js
similarity index 80%
copy from chrome/browser/resources/extension_resource/demo/library.js
copy to chrome/test/data/extensions/api_test/bluetooth/test_discovery_in_progress_expectation.js
index 167786a82e94988c5933c4f192832cb08759e6c4..a8ec9ad9893cf32c1b7fd2e8a41d9737b00a5ea1 100644
--- a/chrome/browser/resources/extension_resource/demo/library.js
+++ b/chrome/test/data/extensions/api_test/bluetooth/test_discovery_in_progress_expectation.js
@@ -1,5 +1,4 @@
// 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.
-
-var _demo = {};
+var kExpectedDeviceNames = ["d1", "d2"];
« no previous file with comments | « chrome/test/data/extensions/api_test/bluetooth/test_discovery_in_progress.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698