Chromium Code Reviews| Index: chrome/renderer/extensions/automation_internal_custom_bindings.h |
| diff --git a/chrome/renderer/extensions/automation_internal_custom_bindings.h b/chrome/renderer/extensions/automation_internal_custom_bindings.h |
| index 76b27dbf7103dfcd692b393e27a106a9e14b0e39..23f7c0241b61db2e78f0d75503a2a6493d70c115 100644 |
| --- a/chrome/renderer/extensions/automation_internal_custom_bindings.h |
| +++ b/chrome/renderer/extensions/automation_internal_custom_bindings.h |
| @@ -21,6 +21,7 @@ class AutomationInternalCustomBindings : public ObjectBackedNativeHandler { |
| private: |
| void IsInteractPermitted(const v8::FunctionCallbackInfo<v8::Value>& args); |
| + void GetSchemaAdditions(const v8::FunctionCallbackInfo<v8::Value>& args); |
|
not at google - send to devlin
2014/05/29 18:26:21
could you add comment to (both of these) methods(s
|
| DISALLOW_COPY_AND_ASSIGN(AutomationInternalCustomBindings); |
| }; |