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

Unified Diff: net/base/request_priority.h

Issue 145213003: Initial upload of cronet for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed copyright year on sample code back to 2012 Created 6 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 | « build/android/adb_gdb_cronet_sample ('k') | net/cronet/android/java/src/org/chromium/net/UrlRequest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/request_priority.h
diff --git a/net/base/request_priority.h b/net/base/request_priority.h
index f6ff43e3655344eaf834f6f96d6894fd290fffb8..e663610fff4fefaae7f9228d3b3370e5049cdbca 100644
--- a/net/base/request_priority.h
+++ b/net/base/request_priority.h
@@ -5,6 +5,8 @@
#ifndef NET_BASE_REQUEST_PRIORITY_H_
#define NET_BASE_REQUEST_PRIORITY_H_
+#include "net/base/net_export.h"
+
namespace net {
// Prioritization used in various parts of the networking code such
@@ -27,7 +29,7 @@ enum RequestPrioritySize {
NUM_PRIORITIES = MAXIMUM_PRIORITY + 1,
};
-const char* RequestPriorityToString(RequestPriority priority);
+NET_EXPORT const char* RequestPriorityToString(RequestPriority priority);
} // namespace net
« no previous file with comments | « build/android/adb_gdb_cronet_sample ('k') | net/cronet/android/java/src/org/chromium/net/UrlRequest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698