diff options
author | mad@chromium.org <mad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-25 20:38:37 +0000 |
---|---|---|
committer | mad@chromium.org <mad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-25 20:38:37 +0000 |
commit | 040365ca539edf37b5b9758c7ff18a6a888eeed8 (patch) | |
tree | b9bf763a8d8256f1822dcc839d2a6e069efa8e9c /chrome/browser/automation/extension_port_container.h | |
parent | 6839b49e77ccc85aff2475022346be14939df1c8 (diff) | |
download | chromium_src-040365ca539edf37b5b9758c7ff18a6a888eeed8.zip chromium_src-040365ca539edf37b5b9758c7ff18a6a888eeed8.tar.gz chromium_src-040365ca539edf37b5b9758c7ff18a6a888eeed8.tar.bz2 |
Commiting for Jói, based on http://codereview.chromium.org/115721
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16861 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/extension_port_container.h')
-rw-r--r-- | chrome/browser/automation/extension_port_container.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/chrome/browser/automation/extension_port_container.h b/chrome/browser/automation/extension_port_container.h index 2b68e7d..833b394 100644 --- a/chrome/browser/automation/extension_port_container.h +++ b/chrome/browser/automation/extension_port_container.h @@ -21,26 +21,6 @@ class RenderViewHost; class ExtensionPortContainer : public IPC::Message::Sender { public: - // All external port related messages will have this origin. - static const char kAutomationOrigin[]; - // All external port message requests should have this target. - static const char kAutomationRequestTarget[]; - // All external port message responses have this target. - static const char kAutomationResponseTarget[]; - - static const wchar_t kAutomationRequestIdKey[]; - static const wchar_t kAutomationConnectionIdKey[]; - static const wchar_t kAutomationExtensionIdKey[]; - static const wchar_t kAutomationPortIdKey[]; - static const wchar_t kAutomationMessageDataKey[]; - - // The command codes for our private message protocol. - enum PrivateMessageCommand { - OPEN_CHANNEL = 0, - CHANNEL_OPENED = 1, - POST_MESSAGE = 2, - }; - // Intercepts and processes a message posted through the automation interface. // Returns true if the message was intercepted. static bool InterceptMessageFromExternalHost(const std::string& message, |