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

Unified Diff: content/common/mojo/constants.h

Issue 2226403002: Remove Channel token from InProcessChildThreadParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moar-channels
Patch Set: rebase Created 4 years, 4 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 | « content/common/in_process_child_thread_params.cc ('k') | content/common/mojo/mojo_child_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/mojo/constants.h
diff --git a/content/common/mojo/constants.h b/content/common/mojo/constants.h
index d9f05bd96158bab69acd91b7ed5824b17cf804c5..bc6a4148a0ab941f9f2a3868f2bb3dc1b89a625f 100644
--- a/content/common/mojo/constants.h
+++ b/content/common/mojo/constants.h
@@ -5,13 +5,15 @@
#ifndef CONTENT_COMMON_MOJO_CONSTANTS_H_
#define CONTENT_COMMON_MOJO_CONSTANTS_H_
+#include "content/common/content_export.h"
+
namespace content {
-extern const char kBrowserMojoApplicationName[];
-extern const char kGpuMojoApplicationName[];
-extern const char kPluginMojoApplicationName[];
-extern const char kRendererMojoApplicationName[];
-extern const char kUtilityMojoApplicationName[];
+extern const char CONTENT_EXPORT kBrowserMojoApplicationName[];
+extern const char CONTENT_EXPORT kGpuMojoApplicationName[];
+extern const char CONTENT_EXPORT kPluginMojoApplicationName[];
+extern const char CONTENT_EXPORT kRendererMojoApplicationName[];
+extern const char CONTENT_EXPORT kUtilityMojoApplicationName[];
} // namespace content
« no previous file with comments | « content/common/in_process_child_thread_params.cc ('k') | content/common/mojo/mojo_child_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698