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

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

Issue 22854025: Use the externally_connectable schema from manifest_types.json to generate its (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 4 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/standard_extensions_api.html
diff --git a/chrome/common/extensions/docs/templates/private/standard_extensions_api.html b/chrome/common/extensions/docs/templates/private/standard_extensions_api.html
index 0eaf2e7f6177df11457221c430a7635d05fe59f2..b830809f3207a86354cbee7c572d90159ecc20bf 100644
--- a/chrome/common/extensions/docs/templates/private/standard_extensions_api.html
+++ b/chrome/common/extensions/docs/templates/private/standard_extensions_api.html
@@ -2,7 +2,6 @@
<html>
<head>
{{+partials.header_head}}
- <link href="{{static}}/css/api.css" rel="stylesheet" type="text/css">
{{+partials.title}}
</head>
<body>
@@ -11,9 +10,9 @@
{{+partials.sidenav items:sidenavs.extensions}}
<div id="gc-pagecontent">
<h1 class="page_title">chrome.{{api.name}}</h1>
- {{?api.channel_warning.trunk}}{{+partials.warning_trunk}}{{/}}
- {{?api.channel_warning.dev}}{{+partials.warning_dev}}{{/}}
- {{?api.channel_warning.beta}}{{+partials.warning_beta}}{{/}}
+ {{?api.channelWarning.trunk}}{{+partials.warning_trunk}}{{/}}
+ {{?api.channelWarning.dev}}{{+partials.warning_dev}}{{/}}
+ {{?api.channelWarning.beta}}{{+partials.warning_beta}}{{/}}
{{?intro.extensions_toc}}
{{+partials.table_of_contents toc_items:intro.extensions_toc
has_toc:true

Powered by Google App Engine
This is Rietveld 408576698