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

Unified Diff: ash/system/tray/system_tray_delegate.h

Issue 13416005: Bluetooth: clean up BluetoothDevice (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make GetServices return a copy of the list Created 7 years, 9 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: ash/system/tray/system_tray_delegate.h
diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
index 2e05dc71be5230893a1fe2aa6b74a5d9bcf80998..69cae741374d813afaeb76c9cab962f4dad278ed 100644
--- a/ash/system/tray/system_tray_delegate.h
+++ b/ash/system/tray/system_tray_delegate.h
@@ -48,7 +48,6 @@ struct ASH_EXPORT BluetoothDeviceInfo {
string16 display_name;
bool connected;
bool paired;
- bool visible;
};
typedef std::vector<BluetoothDeviceInfo> BluetoothDeviceList;

Powered by Google App Engine
This is Rietveld 408576698