blob: 916345c0ff025e12d2e543d8d6521fd195f650f9 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_PAYMENTS_CONTENT_PAYMENTS_USERDATA_KEY_H_
#define COMPONENTS_PAYMENTS_CONTENT_PAYMENTS_USERDATA_KEY_H_
namespace payments {
// This is used as the user data key for the payment handler web-contents.
extern const char kPaymentHandlerWebContentsUserDataKey[];
} // namespace payments
#endif // COMPONENTS_PAYMENTS_CONTENT_PAYMENTS_USERDATA_KEY_H_