Chromium Code Reviews| Index: chrome/renderer/extensions/runtime_custom_bindings.cc |
| diff --git a/chrome/renderer/extensions/runtime_custom_bindings.cc b/chrome/renderer/extensions/runtime_custom_bindings.cc |
| index 587fcb738069487b719ee9ea1d3f47289938f17e..f374afa018dff463543c285e5f896907a8108661 100644 |
| --- a/chrome/renderer/extensions/runtime_custom_bindings.cc |
| +++ b/chrome/renderer/extensions/runtime_custom_bindings.cc |
| @@ -65,7 +65,7 @@ v8::Handle<v8::Value> RuntimeCustomBindings::OpenChannelToNativeApp( |
| const v8::Arguments& args) { |
| // Verify that the extension has permission to use native messaging. |
| if (!dispatcher()->CheckContextAccessToExtensionAPI( |
|
not at google - send to devlin
2013/06/12 22:34:18
It's a bit weird seeing a permission passed into h
cduvall
2013/06/13 01:02:28
Done.
|
| - "nativeMessaging", context())) { |
| + "permission:nativeMessaging", context())) { |
| return v8::Undefined(); |
| } |