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

Unified Diff: chromeos/network/network_profile_handler.h

Issue 21046008: Convert all connect code to use NetworkHandler instead of NetworkLibrary (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restore check VPN PassphraseRequred Created 7 years, 5 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
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:

Powered by Google App Engine
This is Rietveld 408576698