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

Unified Diff: chrome/browser/resources/options/managed_user_settings.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
Index: chrome/browser/resources/options/managed_user_settings.html
diff --git a/chrome/browser/resources/options/managed_user_settings.html b/chrome/browser/resources/options/managed_user_settings.html
index be42b8d75506bda16ec6a72a4e0e75a90ef6cc50..705811b6e25f7bf34dc6c60051edc6d5546c51bd 100644
--- a/chrome/browser/resources/options/managed_user_settings.html
+++ b/chrome/browser/resources/options/managed_user_settings.html
@@ -7,7 +7,9 @@
<h3 i18n-content="installedContentPacks"></h3>
<list id="content-packs-list"></list>
<div class="settings-row">
- <button id="get-content-packs-button" i18n-content="getContentPacks">
+ <button id="get-content-packs-button" i18n-content="getContentPacks"
+ disabled>
+ </button>
</div>
</section>
<!-- Content pack settings -->

Powered by Google App Engine
This is Rietveld 408576698