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

Unified Diff: chrome/test/automation/proxy_launcher.h

Issue 7486007: Fix NamedProxyLauncher on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 years, 5 months 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/test/automation/proxy_launcher.h
diff --git a/chrome/test/automation/proxy_launcher.h b/chrome/test/automation/proxy_launcher.h
index d306a334fd87ba5fbbb3fbd77de186dcb789df1f..8c8a0db93c362d1a795feddfea44a54446e1924b 100644
--- a/chrome/test/automation/proxy_launcher.h
+++ b/chrome/test/automation/proxy_launcher.h
@@ -27,8 +27,8 @@ class AutomationProxy;
// implementation or to override browser launching behavior.
class ProxyLauncher {
public:
- // Default path for named testing interface.
- static const char kDefaultInterfacePath[];
+ // Default ID for named testing interface.
+ static const char kDefaultInterfaceId[];
// Different ways to quit the browser.
enum ShutdownType {

Powered by Google App Engine
This is Rietveld 408576698