Chromium Code Reviews| Index: chrome/browser/browser_main.h |
| =================================================================== |
| --- chrome/browser/browser_main.h (revision 88789) |
| +++ chrome/browser/browser_main.h (working copy) |
| @@ -133,6 +133,13 @@ |
| // certificates. |
| void RevocationCheckingDisabledFieldTrial(); |
| + // A/B test for warmest socket vs. most recently used socket. |
| + void WarmConnectionFieldTrial(); |
| + |
| + void ApplySocketReuseGroup(int warmest_socket_trial_group, |
|
willchan no longer on Chromium
2011/06/13 15:06:07
Please remove from the .h file.
Gagan
2011/06/13 16:45:58
Done.
|
| + const int socket_policy[], |
| + int num_groups); |
| + |
| // Used to initialize NSPR where appropriate. |
| virtual void InitializeSSL() = 0; |