| Index: chrome/browser/chrome_browser_field_trials.h
|
| ===================================================================
|
| --- chrome/browser/chrome_browser_field_trials.h (revision 191149)
|
| +++ chrome/browser/chrome_browser_field_trials.h (working copy)
|
| @@ -7,7 +7,6 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/command_line.h"
|
| -#include "base/gtest_prod_util.h"
|
| #include "base/time.h"
|
|
|
| class PrefService;
|
| @@ -22,11 +21,6 @@
|
| void SetupFieldTrials(PrefService* local_state);
|
|
|
| private:
|
| - FRIEND_TEST_ALL_PREFIXES(BrowserMainTest,
|
| - WarmConnectionFieldTrial_WarmestSocket);
|
| - FRIEND_TEST_ALL_PREFIXES(BrowserMainTest, WarmConnectionFieldTrial_Random);
|
| - FRIEND_TEST_ALL_PREFIXES(BrowserMainTest, WarmConnectionFieldTrial_Invalid);
|
| -
|
| // Sets up common desktop-only field trials.
|
| // Add an invocation of your field trial init function to this method, or to
|
| // SetupFieldTrials if it is for all platforms.
|
| @@ -41,9 +35,6 @@
|
| // A/B test for spdy when --use-spdy not set.
|
| void SpdyFieldTrial();
|
|
|
| - // A/B test for warmest socket vs. most recently used socket.
|
| - void WarmConnectionFieldTrial();
|
| -
|
| // Field trial to see what disabling DNS pre-resolution does to
|
| // latency of page loads.
|
| void PredictorFieldTrial();
|
|
|