blob: 3645f025e2c422f91ecf8ed52acbc53c7fc1e845 [file] [log] [blame]
// Copyright 2019 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_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_