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

Unified Diff: chrome/browser/chromeos/cros/network_library.h

Issue 3678006: Implement action interface in network_menu.js for 'connect'. (Closed)
Patch Set: Set status for non connected networks. Created 10 years, 2 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: 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_;

Powered by Google App Engine
This is Rietveld 408576698