diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-29 20:53:52 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-29 20:53:52 +0000 |
commit | aa6e7976c9d3458dd8a47f8d4ba32626c0cce071 (patch) | |
tree | 2e8173d18465c4d8c422a364db1adae3370ad39d /content/app | |
parent | 45214d2a1d9e942946a21ae1ff0a1d7b7cc848f1 (diff) | |
download | chromium_src-aa6e7976c9d3458dd8a47f8d4ba32626c0cce071.zip chromium_src-aa6e7976c9d3458dd8a47f8d4ba32626c0cce071.tar.gz chromium_src-aa6e7976c9d3458dd8a47f8d4ba32626c0cce071.tar.bz2 |
add exports needed for content_shell
R=jam@chromium.org
BUG=90442
TEST=
Review URL: http://codereview.chromium.org/8071017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103344 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/app')
-rw-r--r-- | content/app/startup_helper_win.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/content/app/startup_helper_win.h b/content/app/startup_helper_win.h index 5898e36..b870798 100644 --- a/content/app/startup_helper_win.h +++ b/content/app/startup_helper_win.h @@ -6,6 +6,8 @@ #define CONTENT_APP_STARTUP_HELPER_WIN_H_ #pragma once +#include "content/common/content_export.h" + class CommandLine; namespace sandbox { @@ -17,7 +19,8 @@ struct SandboxInterfaceInfo; namespace content { // Initializes the sandbox code and turns on DEP. -void InitializeSandboxInfo(sandbox::SandboxInterfaceInfo* sandbox_info); +CONTENT_EXPORT void InitializeSandboxInfo( + sandbox::SandboxInterfaceInfo* sandbox_info); // Register the invalid param handler and pure call handler to be able to // notify breakpad when it happens. |