blob: ed06ab8079c456d098d0b1d289a4a573c0635dbc [file] [log] [blame]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
interface DefaultsOnlyWebIdl {
};
partial interface Browser {
static attribute DefaultsOnlyWebIdl defaultsOnlyWebIdl;
};