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

Unified Diff: chrome/test/data/extensions/api_test/bluetooth/test_discovery_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
Index: chrome/test/data/extensions/api_test/bluetooth/test_discovery_expectation.js
diff --git a/chrome/test/data/extensions/api_test/keybinding/script_badge/background.js b/chrome/test/data/extensions/api_test/bluetooth/test_discovery_expectation.js
similarity index 82%
copy from chrome/test/data/extensions/api_test/keybinding/script_badge/background.js
copy to chrome/test/data/extensions/api_test/bluetooth/test_discovery_expectation.js
index 54c01cf026f3af7b4717cf5d50f79ce74591a2cb..acc3a5465b914be1f92c4bb35ecfd0743ce07501 100644
--- a/chrome/test/data/extensions/api_test/keybinding/script_badge/background.js
+++ b/chrome/test/data/extensions/api_test/bluetooth/test_discovery_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.
-
-chrome.test.notifyPass();
+var kExpectedDeviceNames = ["d1"];

Powered by Google App Engine
This is Rietveld 408576698