1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 module ui.mojom;
6
7 const string kServiceName = "ui";
James Cook
2016/11/16 00:46:02
How is this going to work for things like the cont
How is this going to work for things like the content module that have more than
1 service? content::mojom::kBrowserServiceName?
content::browser::mojom::kServiceName?
Issue 2503063003: Add service name constant for UI service.
(Closed)
Created 4 years, 1 month ago by Ben Goodger (Google)
Modified 4 years, 1 month ago
Reviewers: James Cook, Tom Sepez
Base URL:
Comments: 2