| Index: mash/quick_launch/public/interfaces/constants.mojom
|
| diff --git a/mash/quick_launch/public/interfaces/constants.mojom b/mash/quick_launch/public/interfaces/constants.mojom
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f6c3b085f5d59ec0a091e24bec27b9fbbaa0853e
|
| --- /dev/null
|
| +++ b/mash/quick_launch/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 mash.quick_launch.mojom;
|
| +
|
| +const string kServiceName = "quick_launch";
|
|
|