Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / bluetooth_pair_device.js
index da2d72c..2984a64 100644 (file)
@@ -8,7 +8,7 @@ var FakeBluetoothOverlayParent = options.FakeBluetoothOverlayParent;
 
 /** @override */
 OptionsPage.closeOverlay = function() {
-  chrome.send('DialogClose');
+  chrome.send('dialogClose');
 };
 
 /**