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

Unified Diff: chrome/common/extensions/docs/templates/private/intro_tables/beta_message.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: Adds style changes and rebase 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_tables/beta_message.html
diff --git a/chrome/common/extensions/docs/templates/private/intro_tables/beta_message.html b/chrome/common/extensions/docs/templates/private/intro_tables/beta_message.html
index 413911f9d49353e88e9a4a44af7a13de99e01acb..3c6c48e96542dd09800cd2ba3c5c6db737a9c20f 100644
--- a/chrome/common/extensions/docs/templates/private/intro_tables/beta_message.html
+++ b/chrome/common/extensions/docs/templates/private/intro_tables/beta_message.html
@@ -1,2 +1,7 @@
<a href="https://www.google.com/landing/chrome/beta/">Beta</a> and
-<a href="http://www.chromium.org/getting-involved/dev-channel">dev</a> channels only.
+<a href="http://www.chromium.org/getting-involved/dev-channel">dev</a> channels
+{{?content.scheduled}}
+(scheduled for Chrome {{content.scheduled}}).
+{{:content.scheduled}}
+only.
+{{/content.scheduled}}

Powered by Google App Engine
This is Rietveld 408576698