summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/url_request/url_request.h')
-rw-r--r--net/url_request/url_request.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h
index 2c58db1..9bccfb2 100644
--- a/net/url_request/url_request.h
+++ b/net/url_request/url_request.h
@@ -536,12 +536,6 @@ class URLRequest : public base::NonThreadSafe {
// cancel the request instead, call Cancel().
void ContinueDespiteLastError();
- // Returns true if performance profiling should be enabled on the
- // URLRequestJob serving this request.
- bool enable_profiling() const { return enable_profiling_; }
-
- void set_enable_profiling(bool profiling) { enable_profiling_ = profiling; }
-
// Used to specify the context (cookie store, cache) for this request.
URLRequestContext* context();
void set_context(URLRequestContext* context);
@@ -649,9 +643,6 @@ class URLRequest : public base::NonThreadSafe {
// Externally-defined data accessible by key
UserDataMap user_data_;
- // Whether to enable performance profiling on the job serving this request.
- bool enable_profiling_;
-
// Number of times we're willing to redirect. Used to guard against
// infinite redirects.
int redirect_limit_;