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

Unified Diff: extensions/common/api/bluetooth_private.json

Issue 420663003: Extensions: Move bluetooth APIs to extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android, gn Created 6 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 | « extensions/common/api/bluetooth_low_energy.idl ('k') | extensions/common/api/bluetooth_socket.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/bluetooth_private.json
diff --git a/chrome/common/extensions/api/bluetooth_private.json b/extensions/common/api/bluetooth_private.json
similarity index 98%
rename from chrome/common/extensions/api/bluetooth_private.json
rename to extensions/common/api/bluetooth_private.json
index d80572457164e45197be692bb28ff1714fca4687..20c82f1b95af5cf4f82d366254f7969c37f8073e 100644
--- a/chrome/common/extensions/api/bluetooth_private.json
+++ b/extensions/common/api/bluetooth_private.json
@@ -3,7 +3,7 @@
"namespace": "bluetoothPrivate",
"description": " Use the <code>chrome.bluetoothPrivate</code> API to control the Bluetooth\n adapter state and handle device pairing.",
"compiler_options": {
- "implemented_in": "chrome/browser/extensions/api/bluetooth/bluetooth_private_api.h"
+ "implemented_in": "extensions/browser/api/bluetooth/bluetooth_private_api.h"
},
"functions": [
{
« no previous file with comments | « extensions/common/api/bluetooth_low_energy.idl ('k') | extensions/common/api/bluetooth_socket.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698