Chromium Code Reviews| Index: services/ui/public/interfaces/constants.mojom |
| diff --git a/services/ui/public/interfaces/constants.mojom b/services/ui/public/interfaces/constants.mojom |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..38b6197cddf9b69d6156bc548b524e6a5b154b37 |
| --- /dev/null |
| +++ b/services/ui/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 ui.mojom; |
| + |
| +const string kServiceName = "ui"; |
|
James Cook
2016/11/16 00:46:02
How is this going to work for things like the cont
|