blob: 058ad43bf3e8746da6d4fbd27f34e63b912281cb [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/predictors/predictors_switches.h"
namespace switches {
// Allows the loading predictor to do prefetches to local IP addresses. This is
// needed for testing as such requests are blocked by default for security.
const char kLoadingPredictorAllowLocalRequestForTesting[] =
"loading-predictor-allow-local-request-for-testing";
} // namespace switches