chromium/components/send_tab_to_self/pref_names.h

// 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.

#ifndef COMPONENTS_SEND_TAB_TO_SELF_PREF_NAMES_H_
#define COMPONENTS_SEND_TAB_TO_SELF_PREF_NAMES_H_

namespace send_tab_to_self {
namespace prefs {

// Boolean indicating whether the initial omnibox "Send" animation was shown
// once for this profile.
extern const char kInitialSendAnimationShown[];

}  // namespace prefs
}  // namespace send_tab_to_self

#endif  // COMPONENTS_SEND_TAB_TO_SELF_PREF_NAMES_H_