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

Unified Diff: chrome/browser/resources/options2/content_settings.html

Issue 10381064: Remove the gyp flag for registerProtocolHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move include Created 8 years, 7 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 | « build/common.gypi ('k') | chrome/browser/resources/options2/options.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/content_settings.html
diff --git a/chrome/browser/resources/options2/content_settings.html b/chrome/browser/resources/options2/content_settings.html
index 9710932c5e9f2642e9d43d4ce3b699e7b99cb03a..389dc28d4dc364acd5435b8e9d4730a62c089432 100644
--- a/chrome/browser/resources/options2/content_settings.html
+++ b/chrome/browser/resources/options2/content_settings.html
@@ -87,29 +87,27 @@
</div>
</section>
<!-- Handlers settings -->
- <if expr="pp_ifdef('enable_register_protocol_handler')">
- <section id="handlers-section">
- <h3 i18n-content="handlers_tab_label"></h3>
- <div>
- <div class="radio">
- <label>
- <input type="radio" name="handlers" value="allow"
- class="handler-radio">
- <span i18n-content="handlers_allow"></span>
- </label>
- </div>
- <div class="radio">
- <label>
- <input type="radio" name="handlers" value="block"
- class="handler-radio">
- <span i18n-content="handlers_block"></span>
- </label>
- </div>
- <button id="manage-handlers-button" contentType="handlers"
- i18n-content="manage_handlers"></button>
+ <section id="handlers-section">
+ <h3 i18n-content="handlers_tab_label"></h3>
+ <div>
+ <div class="radio">
+ <label>
+ <input type="radio" name="handlers" value="allow"
+ class="handler-radio">
+ <span i18n-content="handlers_allow"></span>
+ </label>
+ </div>
+ <div class="radio">
+ <label>
+ <input type="radio" name="handlers" value="block"
+ class="handler-radio">
+ <span i18n-content="handlers_block"></span>
+ </label>
</div>
- </section>
- </if>
+ <button id="manage-handlers-button" contentType="handlers"
+ i18n-content="manage_handlers"></button>
+ </div>
+ </section>
<!-- Plug-ins filter -->
<section>
<h3 i18n-content="plugins_tab_label"></h3>
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/resources/options2/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698