diff options
author | Kristian Monsen <kristianm@google.com> | 2011-06-28 21:49:31 +0100 |
---|---|---|
committer | Kristian Monsen <kristianm@google.com> | 2011-07-08 17:55:00 +0100 |
commit | ddb351dbec246cf1fab5ec20d2d5520909041de1 (patch) | |
tree | 158e3fb57bdcac07c7f1e767fde3c70687c9fbb1 /chrome/browser/automation/extension_automation_constants.cc | |
parent | 6b92e04f5f151c896e3088e86f70db7081009308 (diff) | |
download | external_chromium-ddb351dbec246cf1fab5ec20d2d5520909041de1.zip external_chromium-ddb351dbec246cf1fab5ec20d2d5520909041de1.tar.gz external_chromium-ddb351dbec246cf1fab5ec20d2d5520909041de1.tar.bz2 |
Merge Chromium at r12.0.742.93: Initial merge by git
Change-Id: Ic5ee2fec31358bbee305f7e915442377bfa6cda6
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 |