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

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

Issue 2738623003: Extensions: Fix DocServer assert failures. (Closed)
Patch Set: Address review. Created 3 years, 9 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
« no previous file with comments | « chrome/common/extensions/docs/server2/availability_finder.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 731e2b58f54001b46a8ce0f93447ff92ea82b1ac..6d9cb2ea9b3170e31d1c7877ce64a19ef5f05990 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
@@ -139,6 +139,10 @@ TABS_SCHEMA_BRANCHES = MoveAllTo(CHROME_EXTENSIONS, {
'name': 'get',
'parameters': [
{
+ 'name': 'tabId',
+ 'type': 'any'
+ },
+ {
'name': 'callback',
'type': 'function',
'parameters': [
@@ -147,10 +151,6 @@ TABS_SCHEMA_BRANCHES = MoveAllTo(CHROME_EXTENSIONS, {
'type': 'any'
}
]
- },
- {
- 'name': 'tabId',
- 'type': 'any'
}
]
},
@@ -269,15 +269,15 @@ TABS_SCHEMA_BRANCHES = MoveAllTo(CHROME_EXTENSIONS, {
'name': 'get',
'parameters': [
{
+ 'name': 'tabId'
+ },
+ {
'name': 'callback',
'parameters': [
{
'name': 'tab'
}
]
- },
- {
- 'name': 'tabId'
}
]
},
@@ -378,15 +378,15 @@ TABS_SCHEMA_BRANCHES = MoveAllTo(CHROME_EXTENSIONS, {
'name': 'get',
'parameters': [
{
+ 'name': 'tabId'
+ },
+ {
'name': 'callback',
'parameters': [
{
'name': 'tab'
}
]
- },
- {
- 'name': 'tabId'
}
]
},
« no previous file with comments | « chrome/common/extensions/docs/server2/availability_finder.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698