summaryrefslogtreecommitdiff
path: root/chromium/components/exo/window_properties.cc
blob: a5f63955d8611aa56193fc17388daee1b8b7a926 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2021 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.

#include "components/exo/window_properties.h"

namespace exo {

DEFINE_OWNED_UI_CLASS_PROPERTY_KEY(std::string, kApplicationIdKey, nullptr)

}  // namespace exo