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.
|