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

Unified Diff: chromeos/network/device_state.h

Issue 1417853002: Add IPv6 Address to status tray (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/chromeos/network/network_state_list_detailed_view.cc ('k') | chromeos/network/device_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/device_state.h
diff --git a/chromeos/network/device_state.h b/chromeos/network/device_state.h
index 6542ff78d2ea370d31f89cde5a591b6f1dca91b5..00e49078d4207c13931887629ad7b7391625ab9c 100644
--- a/chromeos/network/device_state.h
+++ b/chromeos/network/device_state.h
@@ -60,6 +60,9 @@ class CHROMEOS_EXPORT DeviceState : public ManagedState {
return eap_authentication_completed_;
}
+ // Returns the IP Address for |type| if it exists or an empty string.
+ std::string GetIpAddressByType(const std::string& type) const;
+
// Returns true if the technology family is GSM and sim_present_ is false.
bool IsSimAbsent() const;
« no previous file with comments | « ash/system/chromeos/network/network_state_list_detailed_view.cc ('k') | chromeos/network/device_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698