| Index: mash/example/window_type_launcher/public/interfaces/constants.mojom
|
| diff --git a/mash/example/window_type_launcher/public/interfaces/constants.mojom b/mash/example/window_type_launcher/public/interfaces/constants.mojom
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..86e31bff26cf4ec7bffa99735bd255f0854fc420
|
| --- /dev/null
|
| +++ b/mash/example/window_type_launcher/public/interfaces/constants.mojom
|
| @@ -0,0 +1,7 @@
|
| +// Copyright 2016 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 window_type_launcher.mojom;
|
| +
|
| +const string kServiceName = "window_type_launcher";
|
|
|