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

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

Issue 8381024: more content exports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: don't link installer_unittests, setup against content 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
« no previous file with comments | « content/browser/notification_service_impl.h ('k') | content/common/worker_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/worker_host/worker_service.h
diff --git a/content/browser/worker_host/worker_service.h b/content/browser/worker_host/worker_service.h
index 69af159bc599f7f929816497d8389c0ff1c531d1..363d5533ad7990ad3144c9341892e62f394b93c4 100644
--- a/content/browser/worker_host/worker_service.h
+++ b/content/browser/worker_host/worker_service.h
@@ -25,7 +25,7 @@ class WorkerServiceObserver;
struct ViewHostMsg_CreateWorker_Params;
// A singleton for managing HTML5 web workers.
-class WorkerService {
+class CONTENT_EXPORT WorkerService {
public:
// Returns the WorkerService singleton.
static WorkerService* GetInstance();
@@ -76,8 +76,8 @@ class WorkerService {
static const int kMaxWorkerProcessesWhenSharing;
// Used when we run each worker in a separate process.
- CONTENT_EXPORT static const int kMaxWorkersWhenSeparate;
- CONTENT_EXPORT static const int kMaxWorkersPerTabWhenSeparate;
+ static const int kMaxWorkersWhenSeparate;
+ static const int kMaxWorkersPerTabWhenSeparate;
private:
friend struct DefaultSingletonTraits<WorkerService>;
« no previous file with comments | « content/browser/notification_service_impl.h ('k') | content/common/worker_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698