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

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

Issue 8726007: Disable UI in chrome://settings/internet and details popup for policy-managed networks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make clang happy. Created 9 years, 1 month 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/resources/options/chromeos/internet_options.html
diff --git a/chrome/browser/resources/options/chromeos/internet_options.html b/chrome/browser/resources/options/chromeos/internet_options.html
index 802b2488272c7fc1467e500ab3b8d11715877d15..24a7628a3db58f2f547866e6c9b3ee3b051300dd 100644
--- a/chrome/browser/resources/options/chromeos/internet_options.html
+++ b/chrome/browser/resources/options/chromeos/internet_options.html
@@ -1,4 +1,4 @@
-<div id="internetPage" class="page" hidden>
+<div id="internetPage" class="page hide-indicators" hidden>
<h1 i18n-content="internetPage"></h1>
<div id="locked-network-banner" hidden>
<span id="locked-network-icon"></span>

Powered by Google App Engine
This is Rietveld 408576698