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

Unified Diff: mojo/edk/embedder/embedder_internal.h

Issue 1387963004: Create a broker interface for the new Mojo EDK so that the browser can create and duplicate messa... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: presubmit whitespace error Created 5 years, 1 month 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: mojo/edk/embedder/embedder_internal.h
diff --git a/mojo/edk/embedder/embedder_internal.h b/mojo/edk/embedder/embedder_internal.h
index 80d10f82e82da80ee596ae08117b7bea630a2982..7acf5a1f79dc097ba8790491cd35f4b7d893dc87 100644
--- a/mojo/edk/embedder/embedder_internal.h
+++ b/mojo/edk/embedder/embedder_internal.h
@@ -24,9 +24,15 @@ namespace edk {
class Core;
class PlatformSupport;
class ProcessDelegate;
+class TokenSerializer;
namespace internal {
+#if defined(OS_WIN)
+// Instance of |TokenSerializer| to use.
+extern TokenSerializer* g_token_serializer;
+#endif
+
// Instance of |PlatformSupport| to use.
extern PlatformSupport* g_platform_support;

Powered by Google App Engine
This is Rietveld 408576698