Index: content/public/browser/resource_request_info.h |
diff --git a/content/public/browser/resource_request_info.h b/content/public/browser/resource_request_info.h |
index b6edad7236c8eb2b76693c22c1bb0ef4fbb8c5ef..50b04bf7c0bb1f55147d05033ea0d67151a58820 100644 |
--- a/content/public/browser/resource_request_info.h |
+++ b/content/public/browser/resource_request_info.h |
@@ -65,9 +65,6 @@ class ResourceRequestInfo { |
// another process. Otherwise it is 0. |
virtual int GetOriginPID() const = 0; |
- // Unique identifier (within the scope of the child process) for this request. |
- virtual int GetRequestID() const = 0; |
- |
// The IPC route identifier of the RenderFrame. |
// TODO(jam): once all navigation and resource requests are sent between |
// frames and RenderView/RenderViewHost aren't involved we can remove this and |