| Index: chrome/browser/chromeos/cros/network_library.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/cros/network_library.cc (revision 112277)
|
| +++ chrome/browser/chromeos/cros/network_library.cc (working copy)
|
| @@ -806,6 +806,7 @@
|
| const std::string& username,
|
| const std::string& user_passphrase,
|
| const std::string& otp) {
|
| + // TODO(kmixter): Are we missing setting the CaCert property?
|
| SetStringProperty(flimflam::kOpenVPNClientCertIdProperty,
|
| client_cert_id, &client_cert_id_);
|
| SetStringProperty(flimflam::kOpenVPNUserProperty, username, &username_);
|
|
|