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

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

Issue 10834255: Extensions Docs Server: Apps titles should show "Apps" instead of "Extensions" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/server2/templates/private/standard_extensions_api.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/standard_extensions_api.html b/chrome/common/extensions/docs/server2/templates/private/standard_extensions_api.html
index c0a09c85e544f4fcfa643cdc192a27662d387357..46d25cfbe8ed9123b119e3125128445fb093aa28 100644
--- a/chrome/common/extensions/docs/server2/templates/private/standard_extensions_api.html
+++ b/chrome/common/extensions/docs/server2/templates/private/standard_extensions_api.html
@@ -6,7 +6,7 @@
{{+partials.title}}
</head>
<body>
- {{+partials.header_body}}
+ {{+partials.header_body is_apps:false}}
<div id="gc-container">
{{+partials.extensions_sidenav}}
<div id="gc-pagecontent">

Powered by Google App Engine
This is Rietveld 408576698