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

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

Issue 10834144: Extensions Docs Server: Split apps from extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/server2/templates/private/header_body.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/header_body.html b/chrome/common/extensions/docs/server2/templates/private/header_body.html
index 4f3a8f33ff4ad7ea85933cab60177f3e5840bb1b..ac5826e5a821ae3c67961a9394641bbabe37aaea 100644
--- a/chrome/common/extensions/docs/server2/templates/private/header_body.html
+++ b/chrome/common/extensions/docs/server2/templates/private/header_body.html
@@ -19,19 +19,19 @@
</div>
<a id="gc-topnav-anchor"></a>
<div id="gc-topnav">
- <h1>Google Chrome Extensions</h1>
+ <h1>Google Chrome {{?branchInfo.is_apps}}Apps{{:}}Extensions{{/}}</h1>
<ul id="home" class="gc-topnav-tabs">
<li id="home_link">
- <a href="index.html" title="Google Chrome Extensions home page"><div>Home</div></a>
+ <a href="index.html" title="Google Chrome {{?branchInfo.is_apps}}Apps{{:}}Extensions{{/}} home page"><div>Home</div></a>
</li>
<li id="docs_link">
- <a href="docs.html" title="Official Google Chrome Extensions documentation"><div>Docs</div></a>
+ <a href="docs.html" title="Official Google Chrome {{?branchInfo.is_apps}}Apps{{:}}Extensions{{/}} documentation"><div>Docs</div></a>
</li>
<li id="faq_link">
- <a href="faq.html" title="Answers to frequently asked questions about Google Chrome Extensions"><div>FAQ</div></a>
+ <a href="faq.html" title="Answers to frequently asked questions about Google Chrome {{?branchInfo.is_apps}}Apps{{:}}Extensions{{/}}"><div>FAQ</div></a>
</li>
<li id="samples_link">
- <a href="samples.html" title="Sample extensions (with source code)"><div>Samples</div></a>
+ <a href="samples.html" title="Sample {{?branchInfo.is_apps}}apps{{:}}extensions{{/}} (with source code)"><div>Samples</div></a>
</li>
<li id="group_link">
<a href="http://groups.google.com/a/chromium.org/group/chromium-extensions" title="Google Chrome Extensions developer forum"><div>Group</div></a>

Powered by Google App Engine
This is Rietveld 408576698