1
0
Fork 0
mirror of https://github.com/klzgrad/naiveproxy.git synced 2025-04-17 16:11:03 +00:00
naiveproxy/ash/public/interfaces/window_style.mojom
2018-01-29 00:30:36 +08:00

13 lines
366 B
Text

// Copyright 2017 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.
module ash.mojom;
// Used to specify how the frame decorations and style should look.
enum WindowStyle {
DEFAULT = 0,
BROWSER,
};
const string kAshWindowStyle_InitProperty = "ash:window-style";