Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6669)

Unified Diff: chrome/common/automation_constants.h

Issue 5707006: Revert "Add named testing interface." (Closed)
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/automation_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/automation_constants.h
diff --git a/chrome/common/automation_constants.h b/chrome/common/automation_constants.h
index 65797764543b8db89230154867c66adc27670684..13b120eef2af5a99dfa0d8017cfee9c9258ae14b 100644
--- a/chrome/common/automation_constants.h
+++ b/chrome/common/automation_constants.h
@@ -7,7 +7,6 @@
#pragma once
namespace automation {
-
// JSON value labels for proxy settings that are passed in via
// AutomationMsg_SetProxyConfig. These are here since they are used by both
// AutomationProvider and AutomationProxy.
@@ -17,16 +16,9 @@ extern const char kJSONProxyPacUrl[];
extern const char kJSONProxyBypassList[];
extern const char kJSONProxyServer[];
-// When passing the kTestingChannelID switch to the browser, prepend
-// this prefix to the channel id to enable the named testing interface.
-// Named testing interface is used when you want to connect an
-// AutomationProxy to an already-running browser instance.
-extern const char kNamedInterfacePrefix[];
-
// Amount of time to wait before querying the browser.
static const int kSleepTime = 250;
-
-} // namespace automation
+}
// Used by AutomationProxy, declared here so that other headers don't need
// to include automation_proxy.h.
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/automation_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698