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

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

Issue 1413543005: Use FrameTreeNode ID as frameId in extension APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/:/ / Created 4 years, 11 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
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 e65bce062848fc401f860b40d7b44e249530e831..d5ee296b659f6b4966fe55ff341bdf69785c43ed 100644
--- a/content/public/browser/resource_request_info.h
+++ b/content/public/browser/resource_request_info.h
@@ -94,13 +94,9 @@ class ResourceRequestInfo {
// True if GetRenderFrameID() represents a main frame in the RenderView.
virtual bool IsMainFrame() const = 0;
- // True if GetParentRenderFrameID() represents a main frame in the RenderView.
+ // True if the frame's parent represents a main frame in the RenderView.
virtual bool ParentIsMainFrame() const = 0;
- // Routing ID of parent frame of frame that sent this resource request.
- // -1 if unknown / invalid.
- virtual int GetParentRenderFrameID() const = 0;
-
// Returns the associated resource type.
virtual ResourceType GetResourceType() const = 0;

Powered by Google App Engine
This is Rietveld 408576698