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

Unified Diff: content/browser/zygote_host_linux.h

Issue 8113027: Export some unix-specific content symbols (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more exports Created 9 years, 2 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
Index: content/browser/zygote_host_linux.h
diff --git a/content/browser/zygote_host_linux.h b/content/browser/zygote_host_linux.h
index facabbb5f38113f9202bc6eaec339fc3816c68f2..e655b6ee4a2d0562724ea71c1ef6ca8f28ccfe8f 100644
--- a/content/browser/zygote_host_linux.h
+++ b/content/browser/zygote_host_linux.h
@@ -15,6 +15,7 @@
#include "base/process.h"
#include "base/process_util.h"
#include "base/synchronization/lock.h"
+#include "content/common/content_export.h"
template<typename Type>
struct DefaultSingletonTraits;
@@ -25,7 +26,7 @@ static const char kZygoteMagic[] = "ZYGOTE_OK";
// The zygote host is the interface, in the browser process, to the zygote
// process.
-class ZygoteHost {
+class CONTENT_EXPORT ZygoteHost {
public:
// Returns the singleton instance.
static ZygoteHost* GetInstance();

Powered by Google App Engine
This is Rietveld 408576698