Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/extensions/template/nightlies.html

Issue 29337988: Issue 382 - Removed support for Chrome devbuilds using the experimental API (Closed)
Patch Set: Created March 8, 2016, 5:38 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sitescripts/extensions/bin/createNightlies.py ('k') | sitescripts/extensions/utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/extensions/template/nightlies.html
===================================================================
--- a/sitescripts/extensions/template/nightlies.html
+++ b/sitescripts/extensions/template/nightlies.html
@@ -37,13 +37,6 @@
{%- endif -%}
.
{%- endif %}
-
- {%- if config.type == 'chrome' and config.experimental -%}
- <br /><br />
- <em>Note</em>: The builds in this directory use experimental Google Chrome API.
- To install them you have to enable support for these APIs by going to
- <code>chrome://flags</code> and enabling "Experimental Extension APIs" option.
- {%- endif -%}
</p>
<h2>Development build listing for {{config.name}}</h2>
« no previous file with comments | « sitescripts/extensions/bin/createNightlies.py ('k') | sitescripts/extensions/utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld