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

Unified Diff: content/browser/debugger/devtools_http_protocol_handler.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge Created 9 years, 3 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/debugger/devtools_http_protocol_handler.h
diff --git a/content/browser/debugger/devtools_http_protocol_handler.h b/content/browser/debugger/devtools_http_protocol_handler.h
index ff09fec5dbcd9fd9d2398939ee1996a2db10c7d9..a5c396a35de431e2a51afcb3c6759d65a376db01 100644
--- a/content/browser/debugger/devtools_http_protocol_handler.h
+++ b/content/browser/debugger/devtools_http_protocol_handler.h
@@ -13,6 +13,7 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
+#include "content/common/content_export.h"
#include "net/server/http_server.h"
#include "net/url_request/url_request.h"
@@ -50,7 +51,7 @@ class DevToolsHttpProtocolHandler
};
// Takes ownership over |delegate|.
- static scoped_refptr<DevToolsHttpProtocolHandler> Start(
+ CONTENT_EXPORT static scoped_refptr<DevToolsHttpProtocolHandler> Start(
const std::string& ip,
int port,
const std::string& frontend_url,
@@ -58,7 +59,7 @@ class DevToolsHttpProtocolHandler
// Called from the main thread in order to stop protocol handler.
// Will schedule tear down task on IO thread.
- void Stop();
+ CONTENT_EXPORT void Stop();
private:
friend class base::RefCountedThreadSafe<DevToolsHttpProtocolHandler>;

Powered by Google App Engine
This is Rietveld 408576698