blob: 1f0ff3aad1e9c43171c1a1252bfd9b69d0ff1423 [file] [log] [blame]
// Copyright 2017 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.
dictionary OriginTrialsTestDictionary {
boolean unconditionalBool = true;
[RuntimeEnabled=OriginTrialsSampleAPI] boolean normalBool = true;
};