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

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

Issue 10391182: Fixed proxy settings button behaviour: it becomes disabled when device isn't connected to any netwo… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 7 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 | « ash/system/network/tray_network.cc ('k') | chrome/browser/chromeos/system/ash_system_tray_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f1ace425c22a38ac778fc66e918667910b131456..8efe1cff4657bd3b11089d4d17560caa4b3e337d 100644
--- a/ash/system/tray/system_tray_delegate.h
+++ b/ash/system/tray/system_tray_delegate.h
@@ -253,6 +253,9 @@ class SystemTrayDelegate {
// Shows UI to search for cellular networks.
virtual void ShowOtherCellular() = 0;
+ // Returns whether we conneted to any network.
sadrul 2012/05/17 20:03:00 'Returns whether the system is connected to any ne
ygorshenin1 2012/05/18 11:19:19 Done.
+ virtual bool Connected() = 0;
sadrul 2012/05/17 20:03:00 To match with the other such functions, I would re
ygorshenin1 2012/05/18 11:19:19 Done.
+
// Returns whether wifi is available.
virtual bool GetWifiAvailable() = 0;
« no previous file with comments | « ash/system/network/tray_network.cc ('k') | chrome/browser/chromeos/system/ash_system_tray_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698