Index: chrome/browser/resources/options2/chromeos/internet_detail.js |
diff --git a/chrome/browser/resources/options2/chromeos/internet_detail.js b/chrome/browser/resources/options2/chromeos/internet_detail.js |
index 3d71534281bd2fdb1876a81e66963e4af1f3d7a5..da29f1a8a599a0efcd809dce529b9a287abf094a 100644 |
--- a/chrome/browser/resources/options2/chromeos/internet_detail.js |
+++ b/chrome/browser/resources/options2/chromeos/internet_detail.js |
@@ -304,7 +304,7 @@ cr.define('options.internet', function() { |
/* Network information merged into the Wifi tab for wireless networks |
unless the option is set for enabling a static IP configuration. */ |
updateHidden('#details-internet-page .network-details', |
- this.wireless && !this.showStaticIPConfig); |
+ (this.wireless && !this.showStaticIPConfig) || this.vpn); |
updateHidden('#details-internet-page .wifi-network-setting', |
this.showStaticIPConfig); |