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

Unified Diff: chrome/test/data/extensions/api_test/gcd_private/api/remove_device.js

Issue 356613002: Add queryForNewLocalDevices to gcdPrivate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/gcd_private/api/remove_device.js
diff --git a/chrome/test/data/extensions/api_test/gcd_private/api/remove_device.js b/chrome/test/data/extensions/api_test/gcd_private/api/remove_device.js
index 072b79b7ff91e83a7a4f6c5eee065c3ab81536a9..8beb610f2a3b4eda25b119458cc7b6d148255520 100644
--- a/chrome/test/data/extensions/api_test/gcd_private/api/remove_device.js
+++ b/chrome/test/data/extensions/api_test/gcd_private/api/remove_device.js
@@ -6,7 +6,7 @@ onload = function() {
chrome.test.runTests([
function addRemoveDevice() {
var should_be_available = true;
- chrome.gcdPrivate.onCloudDeviceStateChanged.addListener(
+ chrome.gcdPrivate.onLocalDeviceStateChanged.addListener(
function(available, device) {
chrome.test.assertEq(available, should_be_available);
should_be_available = false;

Powered by Google App Engine
This is Rietveld 408576698