chromium/content/public/browser/contacts_picker_properties.h

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CONTENT_PUBLIC_BROWSER_CONTACTS_PICKER_PROPERTIES_H_
#define CONTENT_PUBLIC_BROWSER_CONTACTS_PICKER_PROPERTIES_H_

namespace content {

// These values are written to logs as bitmasks (combination of names/emails
// and/or telephones). New enum values can be added, but existing enums must
// never be renumbered or deleted and reused. A Java counterpart will be
// generated from this enum.
// GENERATED_JAVA_ENUM_PACKAGE:org.chromium.content.browser.contacts
enum ContactsPickerProperties {};

}  // namespace content

#endif  // CONTENT_PUBLIC_BROWSER_CONTACTS_PICKER_PROPERTIES_H_