Index: content/browser/frame_host/navigation_request.h |
diff --git a/content/browser/frame_host/navigation_request.h b/content/browser/frame_host/navigation_request.h |
index ce5c5468b10897cef36843977db4064f5bbe8f89..6cc7dc891d8f95e16205228ea1496515390baf63 100644 |
--- a/content/browser/frame_host/navigation_request.h |
+++ b/content/browser/frame_host/navigation_request.h |
@@ -54,7 +54,8 @@ class CONTENT_EXPORT NavigationRequest : public NavigationURLLoaderDelegate { |
}; |
// Helper function to determine if the navigation request to |url| should be |
- // sent to the network stack. |
+ // sent to the network stack. It will not be sent for data URLs or JavaScript |
+ // URLs, cases where no network request needs to be made. |
static bool ShouldMakeNetworkRequest(const GURL& url); |
// Creates a request for a browser-intiated navigation. |