shared_highlighting_constants.h 569 B

123456789101112131415
  1. // Copyright 2022 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_SHARED_HIGHLIGHTING_IOS_SHARED_HIGHLIGHTING_CONSTANTS_H_
  5. #define COMPONENTS_SHARED_HIGHLIGHTING_IOS_SHARED_HIGHLIGHTING_CONSTANTS_H_
  6. namespace shared_highlighting {
  7. // The URL pointing to a help article about shared highlighting.
  8. const extern char kLearnMoreUrl[];
  9. } // namespace shared_highlighting
  10. #endif // COMPONENTS_SHARED_HIGHLIGHTING_IOS_SHARED_HIGHLIGHTING_CONSTANTS_H_