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

Unified Diff: chrome/common/extensions/docs/server2/url_constants.py

Issue 12521030: Extension docs: Include sidenav in 404 pages (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 9 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/url_constants.py
===================================================================
--- chrome/common/extensions/docs/server2/url_constants.py (revision 190643)
+++ chrome/common/extensions/docs/server2/url_constants.py (working copy)
@@ -13,9 +13,9 @@
SVN_BRANCH_URL = SVN_URL + '/branches'
OPEN_ISSUES_CSV_URL = (
'http://code.google.com/p/chromium/issues/csv?can=1&'
- 'q=Hotlist%3DKnownIssue%20Feature%3DApps+is%3Aopen')
+ 'q=Hotlist%3DKnownIssue%20Cr%3DPlatform-Apps+is%3Aopen')
CLOSED_ISSUES_CSV_URL = (
'http://code.google.com/p/chromium/issues/csv?can=1&'
- 'q=Hotlist%3DKnownIssue+Feature%3DApps+-is%3Aopen')
+ 'q=Hotlist%3DKnownIssue+Cr%3DPlatform-Apps+-is%3Aopen')
EXTENSIONS_SAMPLES = ('http://src.chromium.org/viewvc/chrome/trunk/src/chrome/'
'common/extensions/docs/examples/')

Powered by Google App Engine
This is Rietveld 408576698