pref_names.h 576 B

123456789101112131415161718
  1. // Copyright 2020 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef COMPONENTS_SEND_TAB_TO_SELF_PREF_NAMES_H_
  5. #define COMPONENTS_SEND_TAB_TO_SELF_PREF_NAMES_H_
  6. namespace send_tab_to_self {
  7. namespace prefs {
  8. // Boolean indicating whether the initial omnibox "Send" animation was shown
  9. // once for this profile.
  10. extern const char kInitialSendAnimationShown[];
  11. } // namespace prefs
  12. } // namespace send_tab_to_self
  13. #endif // COMPONENTS_SEND_TAB_TO_SELF_PREF_NAMES_H_