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

Unified Diff: mojo/shell/public/cpp/names.h

Issue 1828803002: Simplify resolve. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@61catalog
Patch Set: . Created 4 years, 9 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
« no previous file with comments | « mojo/shell/public/cpp/lib/names.cc ('k') | mojo/shell/public/interfaces/shell_resolver.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/cpp/names.h
diff --git a/mojo/shell/public/cpp/names.h b/mojo/shell/public/cpp/names.h
index 9fbabf26332044a444bef76627e945d5ea0dea12..86e899956bc0408b45695a839e736e4170fcb1de 100644
--- a/mojo/shell/public/cpp/names.h
+++ b/mojo/shell/public/cpp/names.h
@@ -9,6 +9,9 @@
namespace mojo {
+extern const char kNameType_Mojo[];
+extern const char kNameType_Exe[];
+
// Mojo services and applications are identified by structured "names", of the
// form:
//
« no previous file with comments | « mojo/shell/public/cpp/lib/names.cc ('k') | mojo/shell/public/interfaces/shell_resolver.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698