Index: chrome/browser/chromeos/cros/network_library.h |
diff --git a/chrome/browser/chromeos/cros/network_library.h b/chrome/browser/chromeos/cros/network_library.h |
index 1b1178821c72f8556b3a97a61248ad665ac10fd9..a926885b4c656c2ad2927a0804094ce2f2b20477 100644 |
--- a/chrome/browser/chromeos/cros/network_library.h |
+++ b/chrome/browser/chromeos/cros/network_library.h |
@@ -219,6 +219,9 @@ class WifiNetwork : public WirelessNetwork { |
// This not translated and should be only used for debugging purposes. |
std::string GetEncryptionString(); |
+ // Return true if cert_path_ indicates that we have loaded the certificate. |
+ bool IsCertificateLoaded() const; |
+ |
protected: |
ConnectionSecurity encryption_; |
std::string passphrase_; |