// Copyright 2018 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 CHROME_BROWSER_UI_ASH_WINDOW_PROPERTIES_H_ | |
#define CHROME_BROWSER_UI_ASH_WINDOW_PROPERTIES_H_ | |
#include "ui/aura/window.h" | |
// Used to override the icon image used for window's icon. | |
extern const aura::WindowProperty<int>* const kOverrideWindowIconResourceIdKey; | |
#endif // CHROME_BROWSER_UI_ASH_WINDOW_PROPERTIES_H_ |