diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-06 15:18:04 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-06 15:18:04 +0000 |
commit | 7419d4b42d6be9b4b0f93c3fc4a85ca104e24821 (patch) | |
tree | 93896973bafb635a55e3595bb772356b21b405d0 /chrome/browser/automation/extension_automation_constants.cc | |
parent | e608d5644b2b4c76ffad9a7d443f338746256e8b (diff) | |
download | chromium_src-7419d4b42d6be9b4b0f93c3fc4a85ca104e24821.zip chromium_src-7419d4b42d6be9b4b0f93c3fc4a85ca104e24821.tar.gz chromium_src-7419d4b42d6be9b4b0f93c3fc4a85ca104e24821.tar.bz2 |
Remove extension automation support that was used only by CEEE.
BUG=none
TEST=all automated tests pass
Review URL: http://codereview.chromium.org/6756044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80626 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/extension_automation_constants.cc')
-rw-r--r-- | chrome/browser/automation/extension_automation_constants.cc | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/chrome/browser/automation/extension_automation_constants.cc b/chrome/browser/automation/extension_automation_constants.cc deleted file mode 100644 index c4e6fce..0000000 --- a/chrome/browser/automation/extension_automation_constants.cc +++ /dev/null @@ -1,32 +0,0 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "chrome/browser/automation/extension_automation_constants.h" - -namespace extension_automation_constants { - -const char kAutomationOrigin[] = "__priv_xtapi"; -const char kAutomationRequestIdKey[] = "rqid"; - -const char kAutomationHasCallbackKey[] = "hascb"; -const char kAutomationErrorKey[] = "err"; -const char kAutomationNameKey[] = "name"; -const char kAutomationArgsKey[] = "args"; -const char kAutomationResponseKey[] = "res"; -const char kAutomationRequestTarget[] = "__priv_xtreq"; -const char kAutomationResponseTarget[] = "__priv_xtres"; - -const char kAutomationConnectionIdKey[] = "connid"; -const char kAutomationMessageDataKey[] = "data"; -const char kAutomationExtensionIdKey[] = "extid"; -const char kAutomationPortIdKey[] = "portid"; -const char kAutomationChannelNameKey[] = "chname"; -const char kAutomationTabJsonKey[] = "tab"; - -const char kAutomationPortRequestTarget[] = "__priv_prtreq"; -const char kAutomationPortResponseTarget[] = "__priv_prtres"; - -const char kAutomationBrowserEventRequestTarget[] = "__priv_evtreq"; - -} // namespace extension_automation_constants |