 Chromium Code Reviews
 Chromium Code Reviews Issue 2753753007:
  Introduce Identity Service and its initial usage  (Closed)
    
  
    Issue 2753753007:
  Introduce Identity Service and its initial usage  (Closed) 
  | Index: services/identity/public/interfaces/constants.mojom | 
| diff --git a/services/identity/public/interfaces/constants.mojom b/services/identity/public/interfaces/constants.mojom | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..e4fbfce6b3d59c355d1482f89d8baae4c1ef482a | 
| --- /dev/null | 
| +++ b/services/identity/public/interfaces/constants.mojom | 
| @@ -0,0 +1,7 @@ | 
| +// 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 identity.mojom; | 
| + | 
| +const string kServiceName = "identity"; |