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

Unified Diff: chrome/browser/resources/options/chromeos/internet_detail.html

Issue 1285373004: Elim unused Chrome OS networking UI code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_516796_third_party_vpn_alt_2
Patch Set: Rebase Created 5 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/internet_detail.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/chromeos/internet_detail.html
diff --git a/chrome/browser/resources/options/chromeos/internet_detail.html b/chrome/browser/resources/options/chromeos/internet_detail.html
index 09e2567269978d64f5818f0aa5a41423eddf55c2..e0fd05d37a6c3b83650b3591a84a2d298ee963cb 100644
--- a/chrome/browser/resources/options/chromeos/internet_detail.html
+++ b/chrome/browser/resources/options/chromeos/internet_detail.html
@@ -251,12 +251,7 @@
<table class="option-control-table">
<tr>
<td class="option-name" i18n-content="serviceName"></td>
- <td id="service-name" class="option-value">
- <select id="select-carrier">
- </select>
- <div id="switch-carrier-spinner" class="inline-spinner" hidden>
- </div>
- </td>
+ <td id="service-name" class="option-value"></td>
</tr>
<tr>
<td class="option-name" i18n-content="networkTechnology"></td>
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/internet_detail.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698