blob: d93472adfbea4e8fd49ca231abfe3d3809114c68 [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.
#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[];
// Stores the url of the most recent tab received on iOS from one of the user's
// other devices.
extern const char kIOSSendTabToSelfLastReceivedTabURLPref[];
} // namespace prefs
} // namespace send_tab_to_self
#endif // COMPONENTS_SEND_TAB_TO_SELF_PREF_NAMES_H_