summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/extension_automation_constants.cc
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-11 03:52:30 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-11 03:52:30 +0000
commit6e67b73e35b3cd2946b86bb2e9766cf59026247c (patch)
tree6fd9864a011f9a6caa897dd68a2604cd4d0c9e1a /chrome/browser/automation/extension_automation_constants.cc
parent2e49fc3cceaa87f1472fae156271e594cfa140d3 (diff)
downloadchromium_src-6e67b73e35b3cd2946b86bb2e9766cf59026247c.zip
chromium_src-6e67b73e35b3cd2946b86bb2e9766cf59026247c.tar.gz
chromium_src-6e67b73e35b3cd2946b86bb2e9766cf59026247c.tar.bz2
Add support to the automation provider to test sending browser
events to extensions. Implements an initial test that send all known window, tab, page action, and bookmark events and makes sure the extension received them. Original review: http://codereview.chromium.org/119325 Review URL: http://codereview.chromium.org/123010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18148 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/extension_automation_constants.cc')
-rw-r--r--chrome/browser/automation/extension_automation_constants.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/automation/extension_automation_constants.cc b/chrome/browser/automation/extension_automation_constants.cc
index 425c634..6b99a41 100644
--- a/chrome/browser/automation/extension_automation_constants.cc
+++ b/chrome/browser/automation/extension_automation_constants.cc
@@ -24,5 +24,6 @@ const wchar_t kAutomationPortIdKey[] = L"portid";
const char kAutomationPortRequestTarget[] = "__priv_prtreq";
const char kAutomationPortResponseTarget[] = "__priv_prtres";
+const char kAutomationBrowserEventRequestTarget[] = "__priv_evtreq";
} // namespace extension_automation_constants