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

Unified Diff: services/shape_detection/public/interfaces/constants.mojom

Issue 2528743002: Shape Detection: Implement FaceDetection on Mac as out-of-process service (Closed)
Patch Set: Rebase Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: services/shape_detection/public/interfaces/constants.mojom
diff --git a/services/shape_detection/public/interfaces/constants.mojom b/services/shape_detection/public/interfaces/constants.mojom
new file mode 100644
index 0000000000000000000000000000000000000000..85f919b49237c3870be40f17b54a2586f8555134
--- /dev/null
+++ b/services/shape_detection/public/interfaces/constants.mojom
@@ -0,0 +1,9 @@
+// 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.
+
+// https://wicg.github.io/shape-detection-api/#api
+
+module shape_detection.mojom;
+
+const string kServiceName = "shape_detection";
« no previous file with comments | « services/shape_detection/public/interfaces/BUILD.gn ('k') | services/shape_detection/shape_detection_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698