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

Unified Diff: content/public/browser/resource_request_info.h

Issue 1463013003: Unexpose ResourceRequestInfo::GetRequestID. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CONTENT_EXPORT Created 5 years, 1 month 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 | « content/browser/loader/resource_request_info_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/browser/loader/resource_request_info_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698