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

Unified Diff: chrome/common/extensions/docs/server2/cron_servlet.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, 7 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/cron_servlet.py
===================================================================
--- chrome/common/extensions/docs/server2/cron_servlet.py (revision 202781)
+++ chrome/common/extensions/docs/server2/cron_servlet.py (working copy)
@@ -235,6 +235,5 @@
object_store_creator,
host_file_system,
app_samples_file_system,
- '/static' if channel == 'stable' else
- '/%s/static' % channel,
+ '' if channel == 'stable' else '/%s' % channel,
compiled_host_fs_factory)
« no previous file with comments | « chrome/common/extensions/docs/server2/cron.yaml ('k') | chrome/common/extensions/docs/server2/instance_servlet.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698