|  | // Copyright (c) 2018 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 "net/base/features.h" | 
|  |  | 
|  | namespace net { | 
|  | namespace features { | 
|  |  | 
|  | // Uses a site isolated code cache that is keyed on the resource url and the | 
|  | // origin lock of the renderer that is requesting the resource. The requests | 
|  | // to site-isolated code cache are handled by the content/GeneratedCodeCache | 
|  | // When this flag is enabled, the metadata field of the HttpCache is unused. | 
|  | const base::Feature kIsolatedCodeCache = {"IsolatedCodeCache", | 
|  | base::FEATURE_DISABLED_BY_DEFAULT}; | 
|  | }  // namespace features | 
|  | }  // namespace net |