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

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

Issue 148293018: Docserver: Make the .html extension unnecessary for content pages, for example, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: yoz Created 6 years, 10 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/special_paths.py
diff --git a/chrome/common/extensions/docs/server2/special_paths.py b/chrome/common/extensions/docs/server2/special_paths.py
new file mode 100644
index 0000000000000000000000000000000000000000..3c493440a9b5b5ba7f3ba7568d6592b65915d56a
--- /dev/null
+++ b/chrome/common/extensions/docs/server2/special_paths.py
@@ -0,0 +1,10 @@
+# Copyright 2013 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# Paths with special significance in the docserver.
+#
+# This is a bit of a hack, all path configuration should be moved into
+# content_providers.json and the code which uses it updated.
+
+SITE_VERIFICATION_FILE = 'google2ed1af765c529f57.html'

Powered by Google App Engine
This is Rietveld 408576698