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

Unified Diff: content/public/common/child_process_host_delegate.h

Issue 7484017: mac component wip Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 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/content_export.h ('k') | media/base/media_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/child_process_host_delegate.h
diff --git a/content/public/common/child_process_host_delegate.h b/content/public/common/child_process_host_delegate.h
index 4418e611a0035dc7793e7415a0cdc95b8c4ef712..bbb234da294e84982feacbf64d87c67f9bd4d78c 100644
--- a/content/public/common/child_process_host_delegate.h
+++ b/content/public/common/child_process_host_delegate.h
@@ -14,7 +14,7 @@
namespace content {
// Interface that all users of ChildProcessHost need to provide.
-class ChildProcessHostDelegate : public IPC::Channel::Listener {
+class CONTENT_EXPORT ChildProcessHostDelegate : public IPC::Channel::Listener {
public:
virtual ~ChildProcessHostDelegate() {}
@@ -22,7 +22,7 @@ class ChildProcessHostDelegate : public IPC::Channel::Listener {
// the default return value). The exception is if the host is in the middle of
// sending a request to the process, in which case the other side might think
// it's ok to shutdown, when really it's not.
- CONTENT_EXPORT virtual bool CanShutdown();
+ virtual bool CanShutdown();
// Notifies the derived class that we told the child process to kill itself.
virtual void ShutdownStarted() {}
« no previous file with comments | « content/common/content_export.h ('k') | media/base/media_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698