| Index: chrome/common/extensions/permissions/permission_set_unittest.cc
|
| ===================================================================
|
| --- chrome/common/extensions/permissions/permission_set_unittest.cc (revision 155137)
|
| +++ chrome/common/extensions/permissions/permission_set_unittest.cc (working copy)
|
| @@ -769,6 +769,7 @@
|
| { "browserAction.abcd.onClick", true },
|
| // Test Tabs functions.
|
| { "tabs.create", true},
|
| + { "tabs.duplicate", true},
|
| { "tabs.update", true},
|
| { "tabs.getSelected", true},
|
| { "tabs.onUpdated", true },
|
|
|