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

Unified Diff: content/browser/worker_host/worker_process_host.h

Issue 8570024: Enable content component (again!). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tweak audio exports Created 9 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
« no previous file with comments | « content/browser/net/url_request_abort_on_end_job.h ('k') | content/common/content_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/worker_host/worker_process_host.h
diff --git a/content/browser/worker_host/worker_process_host.h b/content/browser/worker_host/worker_process_host.h
index a3c4a13d58bcafce1bca395b274f2eddb57b4983..8faa6c404673fe65f00c70bde1a84232fa8c9854 100644
--- a/content/browser/worker_host/worker_process_host.h
+++ b/content/browser/worker_host/worker_process_host.h
@@ -12,6 +12,7 @@
#include "base/basictypes.h"
#include "base/file_path.h"
#include "content/browser/browser_child_process_host.h"
+#include "content/common/content_export.h"
#include "content/browser/worker_host/worker_document_set.h"
#include "googleurl/src/gurl.h"
@@ -132,7 +133,7 @@ class WorkerProcessHost : public BrowserChildProcessHost {
unsigned long long document_id);
// Terminates the given worker, i.e. based on a UI action.
- void TerminateWorker(int worker_route_id);
+ CONTENT_EXPORT void TerminateWorker(int worker_route_id);
typedef std::list<WorkerInstance> Instances;
const Instances& instances() const { return instances_; }
« no previous file with comments | « content/browser/net/url_request_abort_on_end_job.h ('k') | content/common/content_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698