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

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

Issue 2460723003: Enable connection to Mojo services from Blink (Closed)
Patch Set: Rebase Created 4 years 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/device/public/interfaces/constants.mojom
diff --git a/services/device/public/cpp/constants.cc b/services/device/public/interfaces/constants.mojom
similarity index 54%
rename from services/device/public/cpp/constants.cc
rename to services/device/public/interfaces/constants.mojom
index 8bf119d42b2a5c039ea83cbc2aa5ba70bc06a958..de400fc8b8734ed255ab998400a6747c0fdd54b2 100644
--- a/services/device/public/cpp/constants.cc
+++ b/services/device/public/interfaces/constants.mojom
@@ -2,10 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "services/device/public/cpp/constants.h"
+module device.mojom;
-namespace device {
-
-const char kDeviceServiceName[] = "device";
-
-} // namespace device
+const string kServiceName = "device";
« no previous file with comments | « services/device/public/interfaces/OWNERS ('k') | third_party/WebKit/Source/modules/time_zone_monitor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698