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

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

Issue 1465183005: Rename mojo::TokenSerializer to mojo::Broker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix win component 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 7acf5a1f79dc097ba8790491cd35f4b7d893dc87..99ea3927c31a3377e8f71a6d89cc49fdd5071a8f 100644
--- a/mojo/edk/embedder/embedder_internal.h
+++ b/mojo/edk/embedder/embedder_internal.h
@@ -21,17 +21,15 @@ namespace mojo {
namespace edk {
+class Broker;
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 |Broker| to use.
+extern Broker* g_broker;
// Instance of |PlatformSupport| to use.
extern PlatformSupport* g_platform_support;

Powered by Google App Engine
This is Rietveld 408576698