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

Unified Diff: chrome/common/extensions/docs/server2/test_data/object_level_availability/tabs.py

Issue 386443003: Docserver: Add 'deprecated since' message for API nodes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test Created 6 years, 5 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/test_data/object_level_availability/tabs.py
diff --git a/chrome/common/extensions/docs/server2/test_data/object_level_availability/tabs.py b/chrome/common/extensions/docs/server2/test_data/object_level_availability/tabs.py
index 158dea71db8c13b6a579a6bb1bbcf542b365299f..d2c3a16650fdb1b50d21252e30f9a50bfedfa0c7 100644
--- a/chrome/common/extensions/docs/server2/test_data/object_level_availability/tabs.py
+++ b/chrome/common/extensions/docs/server2/test_data/object_level_availability/tabs.py
@@ -65,6 +65,11 @@ TABS_SCHEMA_BRANCHES = MoveAllTo(CHROME_EXTENSIONS, {
'type':'any'
}
}
+ },
+ {
+ 'id': 'DeprecatedType',
+ 'type': 'any',
+ 'deprecated': 'This is deprecated'
}
],
'properties': {
@@ -188,6 +193,10 @@ TABS_SCHEMA_BRANCHES = MoveAllTo(CHROME_EXTENSIONS, {
'code': {},
'file': {}
}
+ },
+ {
+ 'id': 'DeprecatedType',
+ 'deprecated': 'This is deprecated'
}
],
'properties': {
@@ -285,6 +294,10 @@ TABS_SCHEMA_BRANCHES = MoveAllTo(CHROME_EXTENSIONS, {
'code': {},
'file': {}
}
+ },
+ {
+ 'id': 'DeprecatedType',
+ 'deprecated': 'This is deprecated'
}
],
'properties': {
@@ -377,6 +390,10 @@ TABS_SCHEMA_BRANCHES = MoveAllTo(CHROME_EXTENSIONS, {
'code': {},
'file': {}
}
+ },
+ {
+ 'id': 'DeprecatedType',
+ 'deprecated': 'This is deprecated'
}
],
'properties': {
@@ -453,6 +470,9 @@ TABS_SCHEMA_BRANCHES = MoveAllTo(CHROME_EXTENSIONS, {
'properties': {
'allFrames': {}
}
+ },
+ {
+ 'id': 'DeprecatedType',
}
],
'properties': {

Powered by Google App Engine
This is Rietveld 408576698