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

Unified Diff: trunk/src/chrome/common/extensions/api/gcd_private.idl

Issue 377383008: Revert 282098 "Add function queryForNewLocalDevices to send quer..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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: trunk/src/chrome/common/extensions/api/gcd_private.idl
===================================================================
--- trunk/src/chrome/common/extensions/api/gcd_private.idl (revision 282216)
+++ trunk/src/chrome/common/extensions/api/gcd_private.idl (working copy)
@@ -40,11 +40,6 @@
interface Functions {
static void getCloudDeviceList(CloudDeviceListCallback callback);
- // Call this function *only* after registering for onDeviceStateChanged
- // events, or it will do nothing. This will trigger an
- // onLocalDeviceStateChanged event per device.
- static void queryForNewLocalDevices();
-
// Starts device setup process. Returns id of setup process. Id should be
// used as |setupId| in all subsequent setup related calls, and for
// filtering setup events.

Powered by Google App Engine
This is Rietveld 408576698