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

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

Issue 10830252: Extensions Docs Server: Uniform handling of file not found errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/converter.py
diff --git a/chrome/common/extensions/docs/server2/converter.py b/chrome/common/extensions/docs/server2/converter.py
index 07f799aaf41f081a509f2ac476d930194a2b13cc..229d957a962881c1276f77ea238a7cf053268507 100755
--- a/chrome/common/extensions/docs/server2/converter.py
+++ b/chrome/common/extensions/docs/server2/converter.py
@@ -39,7 +39,8 @@ IGNORED_FILES = [
# names of the JSON files do not give enough information on the actual API name.
CUSTOM_MAPPINGS = {
'experimental_input_virtual_keyboard': 'experimental_input_virtualKeyboard',
- 'input_ime': 'input_ime'
+ 'input_ime': 'input_ime',
+ 'app_window': 'app_window'
}
# These are the extension-only APIs that don't have explicit entries in

Powered by Google App Engine
This is Rietveld 408576698