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