Chromium Code Reviews| Index: chromeos/network/network_profile_handler.h |
| diff --git a/chromeos/network/network_profile_handler.h b/chromeos/network/network_profile_handler.h |
| index d3c784e7f6dcd60d1d8d71d7075b4be323509474..15bb0fd3c61e82e918960e421764ce3313488544 100644 |
| --- a/chromeos/network/network_profile_handler.h |
| +++ b/chromeos/network/network_profile_handler.h |
| @@ -52,6 +52,11 @@ class CHROMEOS_EXPORT NetworkProfileHandler |
| const NetworkProfile* GetProfileForUserhash( |
| const std::string& userhash) const; |
| + // Returns the first profile entry with a non-empty userhash. |
| + // TODO(stevenjb): Replace with GetProfileForUserhash() with the correct |
| + // userhash. |
| + const NetworkProfile* GetDefaultUserProfile() const; |
|
pneubeck (no reviews)
2013/08/08 11:10:00
Instead of deciding what the "DefaultUserProfile"
stevenjb
2013/08/08 19:00:56
Neither Ash nor ChromeOS have access to UserManage
|
| + |
| static const char kSharedProfilePath[]; |
| protected: |