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

Unified Diff: chrome/common/automation_constants.h

Issue 4202004: Add named testing interface (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 1 month 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
Index: chrome/common/automation_constants.h
===================================================================
--- chrome/common/automation_constants.h (revision 65589)
+++ chrome/common/automation_constants.h (working copy)
@@ -7,6 +7,7 @@
#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.
@@ -15,6 +16,10 @@
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.
+extern const char kNamedInterfacePrefix[];
Paweł Hajdan Jr. 2010/11/10 11:15:44 nit: Really add an empty line below. If the linter
dtu 2010/11/11 00:10:54 Done.
}
Paweł Hajdan Jr. 2010/11/10 11:15:44 nit: // namespace automation
dtu 2010/11/11 00:10:54 Done.
#endif // CHROME_COMMON_AUTOMATION_CONSTANTS_H__

Powered by Google App Engine
This is Rietveld 408576698