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

Unified Diff: chrome/common/extensions/docs/templates/private/intro_table.html

Issue 255473003: docserver: Adds "API scheduled for Chrome version..." text to dev and beta APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moves "scheduled for..." text into intro_table.html Created 6 years, 8 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/common/extensions/docs/templates/private/intro_table.html
diff --git a/chrome/common/extensions/docs/templates/private/intro_table.html b/chrome/common/extensions/docs/templates/private/intro_table.html
index fad9a9397871327b4b2c683611bc004f80f4fa68..859f7613ab0734b379257a2dede343abec7204b3 100644
--- a/chrome/common/extensions/docs/templates/private/intro_table.html
+++ b/chrome/common/extensions/docs/templates/private/intro_table.html
@@ -8,6 +8,7 @@
{{?c.class}}<span class="{{c.class}}">{{/c.class}}
{{?c.text}}{{{c.text}}}{{/c.text}}
{{?c.partial +c.partial content:c/}}
+ {{?c.scheduled}}Scheduled for Chrome {{c.scheduled}}.{{/c.scheduled}}
not at google - send to devlin 2014/04/29 00:19:43 almost. this property is specific to the dev/beta
danielj41 2014/04/30 21:07:11 Done.
{{?c.class}}</span>{{/c.class}}
{{?c.link}}</a>{{/c.link}}
<br>

Powered by Google App Engine
This is Rietveld 408576698