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

Side by Side Diff: chrome/common/extensions/docs/templates/private/availability_messages.html

Issue 18323018: Linking AvailabilityFinder with APIDataSource and intro-table templates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More Generic Templates Created 7 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 {{#message}}
2 {{?stable}}
3 Stable since version {{version}}.
not at google - send to devlin 2013/07/16 22:25:00 Stable since Chrome {{version}}. Also could you a
epeterson 2013/07/17 23:48:23 Done.
4 {{/stable}}
5 {{?beta}}
6 <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.
7 {{/beta}}
8 {{?dev}}
9 <a href="http://www.chromium.org/getting-involved/dev-channel">Dev</a> chann el only.
10 {{/dev}}
11 {{?trunk}}
12 Only when <a href="http://www.chromium.org/developers/">built from source</a >.
13 {{/trunk}}
14 {{?experimental}}
15 Experimental only (see <a href="experimental.html#using">How to use experime ntal APIs</a>).
16 {{/experimental}}
17 {{/message}}
epeterson 2013/07/16 00:28:23 All of the possible availability messages were put
not at google - send to devlin 2013/07/16 22:25:00 yeah so I'll comment in the data source. we'd need
epeterson 2013/07/17 23:48:23 Done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698