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

Unified Diff: chrome/browser/extensions/api/bluetooth/bluetooth_api.h

Issue 10916331: Revert 156348 (caused http://crbug.com/149828) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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/extensions/api/bluetooth/bluetooth_api.h
===================================================================
--- chrome/browser/extensions/api/bluetooth/bluetooth_api.h (revision 157029)
+++ chrome/browser/extensions/api/bluetooth/bluetooth_api.h (working copy)
@@ -86,9 +86,9 @@
private:
#if defined(OS_CHROMEOS)
- void DispatchDeviceSearchResult(const chromeos::BluetoothDevice& device);
- void ProvidesServiceCallback(const chromeos::BluetoothDevice* device,
- bool providesService);
+ void AddDeviceIfTrueCallback(ListValue* list,
+ const chromeos::BluetoothDevice* device,
+ bool shouldAdd);
int callbacks_pending_;
#endif
« no previous file with comments | « chrome/browser/chromeos/extensions/bluetooth_event_router.cc ('k') | chrome/browser/extensions/api/bluetooth/bluetooth_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698