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

Unified Diff: chrome/renderer/extensions/automation_internal_custom_bindings.h

Issue 304293002: Add human readable programmatic enum name/values to chrome.automation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: <= Created 6 years, 7 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
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);
};

Powered by Google App Engine
This is Rietveld 408576698