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..f15c14d656f57f8283716dafddefc47df3728ffb 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 |
nasko
2015/06/15 22:12:45
nit: JavaScript
carlosk
2015/06/16 10:14:46
Done.
|
+ // URLs, cases where no network request needs to be made. |
static bool ShouldMakeNetworkRequest(const GURL& url); |
// Creates a request for a browser-intiated navigation. |