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

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: . 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..e3bf18b75e3a94a23a52413bde2974532ae5db7f
--- /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.
+
+WEBMASTER_PROOF = 'google2ed1af765c529f57.html'
Yoyo Zhou 2014/02/12 22:14:05 Rename this to SITE_VERIFICATION_FILE or something
not at google - send to devlin 2014/02/13 03:34:34 Done.

Powered by Google App Engine
This is Rietveld 408576698