// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Generated from template: // templates/deprecation_info.cc.tmpl // and input files: // ../../third_party/blink/renderer/core/frame/deprecation/deprecation.json5 #include "third_party/blink/renderer/core/frame/deprecation/deprecation_info.h" #include "third_party/blink/renderer/core/frame/web_feature.h" namespace blink { const char kNotDeprecated[] = …; const DeprecationInfo GetDeprecationInfo(WebFeature feature) { … } } // namespace blink