diff options
Diffstat (limited to 'chrome/browser/automation/extension_automation_constants.h')
-rw-r--r-- | chrome/browser/automation/extension_automation_constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/automation/extension_automation_constants.h b/chrome/browser/automation/extension_automation_constants.h index 4725bf3..06bd97d 100644 --- a/chrome/browser/automation/extension_automation_constants.h +++ b/chrome/browser/automation/extension_automation_constants.h @@ -35,6 +35,9 @@ extern const char kAutomationPortRequestTarget[]; // All external port message responses have this target. extern const char kAutomationPortResponseTarget[]; +// All external browser events have this target. +extern const char kAutomationBrowserEventRequestTarget[]; + // The command codes for our private port protocol. enum PrivatePortCommand { OPEN_CHANNEL = 0, |