Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Side by Side Diff: services/resource_coordinator/public/interfaces/coordination_unit_provider.mojom

Issue 2798713002: Global Resource Coordinator: Basic service internals (Closed)
Patch Set: Review fixes Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 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 resource_coordinator.mojom;
6
7 import "coordination_unit.mojom";
8
9 interface CoordinationUnitProvider {
10 CreateCoordinationUnit(CoordinationUnit& request, CoordinationUnitID id);
nasko 2017/04/21 00:17:32 I know dcheng@ also commented on this, but what if
oystein (OOO til 10th of July) 2017/04/21 17:57:55 I'm slightly confused by this; what's the suggesti
nasko 2017/04/24 22:10:50 This is where my lack of full understanding of man
Ken Rockot(use gerrit already) 2017/04/24 22:17:56 Services do not specify who is allowed to request
11 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698