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

Unified Diff: chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h

Issue 12222004: Bluetooth UI: A "connecting" overlay is shown after enter a pin code. (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/browser/ui/webui/options/chromeos/bluetooth_options_handler.h
diff --git a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h
index 7fe9121386248f9f9db10c5935bb15303a44be5e..dcdf8ca1fbed92cc3acacb6b6e0f4c6a7c649d8f 100644
--- a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h
+++ b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h
@@ -135,6 +135,9 @@ class BluetoothOptionsHandler
device::BluetoothDevice* device) OVERRIDE;
private:
+ // Displays a connecting message.
+ void DeviceConnecting(device::BluetoothDevice* device);
kevers 2013/02/06 20:09:39 Nit. Undocumented argument.
deymo 2013/02/07 02:01:21 Done.
+
// Called by device::BluetoothAdapter in response to a failure to
// change the power status of the adapter.
void EnableChangeError();

Powered by Google App Engine
This is Rietveld 408576698