Index: chromeos/network/favorite_state.h |
diff --git a/chromeos/network/favorite_state.h b/chromeos/network/favorite_state.h |
index 13afe37de2dde6126dd30df2f1f08a89748ddff2..4fa03f3707af03ab6b14b825252b5740fd2cdf04 100644 |
--- a/chromeos/network/favorite_state.h |
+++ b/chromeos/network/favorite_state.h |
@@ -32,8 +32,11 @@ class CHROMEOS_EXPORT FavoriteState : public ManagedState { |
bool is_favorite() const { return !profile_path_.empty(); } |
onc::ONCSource onc_source() const { return onc_source_; } |
+ // Returns true if the ONC source is a device or user policy. |
bool IsManaged() const; |
- bool IsShared() const; |
+ |
+ // Returns true if the network properties are stored in a user profile. |
+ bool IsPrivate() const; |
private: |
std::string profile_path_; |