From c4512dee3a11073b057d56c110144f06d30d83ae Mon Sep 17 00:00:00 2001 From: "stevenjb@chromium.org" Date: Sat, 8 Jun 2013 00:37:53 +0000 Subject: Configure networks requiring a certificate. The current flow does not guarantee that a configured network will have its tpm / pkcs11 credentials configured. We need to set these properties in order to reliably connect to networks requiring certificates. The patch also includes some minor changes to improve error reporting and configuration triggering for failure cases. BUG=247104 For /wifi_data_provider_chromeos_unittest.cc: TBR=joth@chromium.org Review URL: https://chromiumcodereview.appspot.com/16512003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204994 0039d316-1c4b-4281-b951-d872f2087c98 --- chromeos/network/network_handler.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chromeos/network/network_handler.h') diff --git a/chromeos/network/network_handler.h b/chromeos/network/network_handler.h index e3df697..5499589 100644 --- a/chromeos/network/network_handler.h +++ b/chromeos/network/network_handler.h @@ -27,6 +27,9 @@ class CHROMEOS_EXPORT NetworkHandler { // Sets the global instance. Must be called before any calls to Get(). static void Initialize(); + // Sets the global instance for testing. + static void InitializeForTest(); + // Destroys the global instance. static void Shutdown(); -- cgit v1.1