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

Unified Diff: Source/platform/network/ResourceRequest.h

Issue 1207593006: Removing unused functions from ResourceRequest class (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | Source/platform/network/ResourceRequest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/network/ResourceRequest.h
diff --git a/Source/platform/network/ResourceRequest.h b/Source/platform/network/ResourceRequest.h
index 8023118792cdc72563dc2d413abc6b7e80854767..9f4ff763d6809167f75b63cea2636f825d19f991 100644
--- a/Source/platform/network/ResourceRequest.h
+++ b/Source/platform/network/ResourceRequest.h
@@ -116,8 +116,6 @@ public:
void addHTTPHeaderFields(const HTTPHeaderMap& headerFields);
void clearHTTPHeaderField(const AtomicString& name);
- void clearHTTPAuthorization();
-
const AtomicString& httpContentType() const { return httpHeaderField("Content-Type"); }
void setHTTPContentType(const AtomicString& httpContentType) { setHTTPHeaderField("Content-Type", httpContentType); }
@@ -215,9 +213,6 @@ public:
bool cacheControlContainsNoStore() const;
bool hasCacheValidatorFields() const;
- static double defaultTimeoutInterval(); // May return 0 when using platform default.
- static void setDefaultTimeoutInterval(double);
-
static bool compare(const ResourceRequest&, const ResourceRequest&);
bool checkForBrowserSideNavigation() const { return m_checkForBrowserSideNavigation; }
@@ -324,8 +319,6 @@ public:
bool m_followedRedirect;
};
-unsigned initializeMaximumHTTPConnectionCountPerHost();
-
} // namespace blink
#endif // ResourceRequest_h
« no previous file with comments | « no previous file | Source/platform/network/ResourceRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698