OLD | NEW |
---|---|
(Empty) | |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 #include "chrome/test/webdriver/webdriver_switches.h" | |
6 | |
7 namespace webdriver { | |
8 | |
9 // Instructs the mongoose webserver to enable HTTP persistent | |
10 // connections. | |
11 const char kEnableKeepAlive[] = "enable-keep-alive"; | |
12 | |
13 } // namespace webdriver | |
OLD | NEW |