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

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

Issue 12385064: Introduce 'connecting' field to bluetooth device info for system tray (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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: 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 1baccf390f511337b3dc2e069eba391d50c14821..d38495ea54bda7abf843490383ebf7c302b12ea3 100644
--- a/ash/system/tray/system_tray_delegate.h
+++ b/ash/system/tray/system_tray_delegate.h
@@ -43,6 +43,7 @@ struct ASH_EXPORT BluetoothDeviceInfo {
std::string address;
string16 display_name;
bool connected;
+ bool connecting;
bool paired;
bool visible;
};

Powered by Google App Engine
This is Rietveld 408576698