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

Unified Diff: chrome/browser/chromeos/system/ash_system_tray_delegate.cc

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: chrome/browser/chromeos/system/ash_system_tray_delegate.cc
diff --git a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
index f78c66cb2730d9ea177a370974a1feee7e929027..0d7425b19ff093e8b9c638bc7829b1e642cd1aae 100644
--- a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
+++ b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
@@ -531,7 +531,6 @@ class SystemTrayDelegate : public ash::SystemTrayDelegate,
info.display_name = device->GetName();
info.connected = device->IsConnected();
info.paired = device->IsPaired();
- info.visible = device->IsVisible();
list->push_back(info);
}
}

Powered by Google App Engine
This is Rietveld 408576698