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

Unified Diff: chrome/app/chromeos_strings.grdp

Issue 12310048: Bluetooth: Add a "connectable" property to the BluetoothDevice. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 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/app/chromeos_strings.grdp
diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp
index 01d8ac985613b2389fc627dbe26607cdfec3a61b..776bb0d8ebb02cfee222a544176fb81713676203 100644
--- a/chrome/app/chromeos_strings.grdp
+++ b/chrome/app/chromeos_strings.grdp
@@ -742,6 +742,9 @@ Press any key to continue exploring.
<message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_UNSUPPORTED_DEVICE">
Unsupported Bluetooth device: "<ph name="DEVICE_NAME">%1<ex>Nexus 4</ex></ph>".
</message>
+ <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_SDP_FAILED">
+ Error querying device properties while connecting to "<ph name="DEVICE_NAME">%1<ex>Nexus 4</ex></ph>".
+ </message>
<message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_DISCONNECT_FAILED">
Failed to disconnect from "<ph name="DEVICE_NAME">%1<ex>Nexus S</ex></ph>".
</message>

Powered by Google App Engine
This is Rietveld 408576698