no_state_prefetch_field_trial.h 718 B

1234567891011121314151617181920
  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. #ifndef COMPONENTS_NO_STATE_PREFETCH_BROWSER_NO_STATE_PREFETCH_FIELD_TRIAL_H_
  5. #define COMPONENTS_NO_STATE_PREFETCH_BROWSER_NO_STATE_PREFETCH_FIELD_TRIAL_H_
  6. #include "base/feature_list.h"
  7. namespace prerender {
  8. // Preconnects instead of prefetching from GWS.
  9. extern const base::Feature kGWSPrefetchHoldback;
  10. // Preconnects instead of prefetching from NavigationPredictor.
  11. extern const base::Feature kNavigationPredictorPrefetchHoldback;
  12. } // namespace prerender
  13. #endif // COMPONENTS_NO_STATE_PREFETCH_BROWSER_NO_STATE_PREFETCH_FIELD_TRIAL_H_