| Index: chrome/common/extensions/docs/server2/features_bundle_test.py
|
| diff --git a/chrome/common/extensions/docs/server2/features_bundle_test.py b/chrome/common/extensions/docs/server2/features_bundle_test.py
|
| index 50767975bc1ae25f4024e0185a990181d1544b71..cd0e649fec8be775ee471adad84f764d58ec2eb3 100755
|
| --- a/chrome/common/extensions/docs/server2/features_bundle_test.py
|
| +++ b/chrome/common/extensions/docs/server2/features_bundle_test.py
|
| @@ -70,7 +70,8 @@ _TEST_FILESYSTEM = {
|
| },
|
| 'omnibox': {
|
| 'channel': 'stable',
|
| - 'extension_types': ['extension']
|
| + 'extension_types': ['extension'],
|
| + 'platforms': ['win']
|
| },
|
| 'page_action': {
|
| 'channel': 'stable',
|
|
|