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

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: nits solved. 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..1495ba6b13e4e3b73d6c31160d0847e7fe8ba92b 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 in the UI a connecting to the device |device| message.
+ void DeviceConnecting(device::BluetoothDevice* device);
+
// Called by device::BluetoothAdapter in response to a failure to
// change the power status of the adapter.
void EnableChangeError();
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698