pref_names_ios.h 395 B

1234567891011121314
  1. // Copyright 2016 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_HANDOFF_PREF_NAMES_IOS_H_
  5. #define COMPONENTS_HANDOFF_PREF_NAMES_IOS_H_
  6. namespace prefs {
  7. extern const char kIosHandoffToOtherDevices[];
  8. } // namespace prefs
  9. #endif // COMPONENTS_HANDOFF_PREF_NAMES_IOS_H_