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

Unified Diff: chrome/browser/resources/managed_mode_block_interstitial.html

Issue 12389079: Disable content pack buttons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Multiline tags should close on new line. Created 7 years, 10 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/managed_user_settings.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/managed_mode_block_interstitial.html
diff --git a/chrome/browser/resources/managed_mode_block_interstitial.html b/chrome/browser/resources/managed_mode_block_interstitial.html
index c9036b1e4dce66c9cdc397ac89610af9cad7c760..6fff8b5000b3414c65a6db8565debd14542c5608 100644
--- a/chrome/browser/resources/managed_mode_block_interstitial.html
+++ b/chrome/browser/resources/managed_mode_block_interstitial.html
@@ -17,7 +17,8 @@
<div id="actions">
<button id="back-button" i18n-content="backButton"></button>
<button id="content-packs-section-button"
- i18n-content="contentPacksSectionButton"></button>
+ i18n-content="contentPacksSectionButton" disabled>
+ </button>
</div>
<div id="footer-message">
<span id="bypass-block-message" i18n-content="bypassBlockMessage"></span>
« no previous file with comments | « no previous file | chrome/browser/resources/options/managed_user_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698