| Index: chrome/browser/browser_main.h
|
| diff --git a/chrome/browser/browser_main.h b/chrome/browser/browser_main.h
|
| index b6ee4f280426e6906a5a7da900373863a79cc886..e4c1da218e11ed98a0e7a18192e30cb6378e4778 100644
|
| --- a/chrome/browser/browser_main.h
|
| +++ b/chrome/browser/browser_main.h
|
| @@ -142,10 +142,6 @@ class BrowserMainParts {
|
| // A/B test for using a different host prefix in Google search suggest.
|
| void SuggestPrefixFieldTrial();
|
|
|
| - // Field trial to see what disabling DNS pre-resolution does to
|
| - // latency of page loads.
|
| - void PredictorFieldTrial();
|
| -
|
| // Used to initialize NSPR where appropriate.
|
| virtual void InitializeSSL() = 0;
|
|
|
|
|