blob: e02acfb011983b6e3ab1391ec48c941df6d46143 [file] [log] [blame]
// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.preferences;
/** Contains pref string constants. */
public final class Pref {{
{NATIVE_STRINGS}
// Prevents instantiation.
private Pref() {{}}
}}