| 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;
|
| +
|
| static const char kSharedProfilePath[];
|
|
|
| protected:
|
|
|