chromium/chrome/browser/apps/intent_helper/intent_chip_display_prefs.h

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

#ifndef CHROME_BROWSER_APPS_INTENT_HELPER_INTENT_CHIP_DISPLAY_PREFS_H_
#define CHROME_BROWSER_APPS_INTENT_HELPER_INTENT_CHIP_DISPLAY_PREFS_H_

#include "url/gurl.h"

class Profile;

// Stores and manages user preferences about how the Intent Chip should be
// displayed for each origin.
class IntentChipDisplayPrefs {};

#endif  // CHROME_BROWSER_APPS_INTENT_HELPER_INTENT_CHIP_DISPLAY_PREFS_H_