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 |