Index: content/browser/frame_host/debug_urls.h |
diff --git a/content/browser/frame_host/debug_urls.h b/content/browser/frame_host/debug_urls.h |
index 1985253c98322878bd0f33bca72ec6fbf6a07c78..e6ebd5571292c5710b6c898a53c43f8200ae6027 100644 |
--- a/content/browser/frame_host/debug_urls.h |
+++ b/content/browser/frame_host/debug_urls.h |
@@ -15,6 +15,12 @@ namespace content { |
// handles it and returns true. |
bool HandleDebugURL(const GURL& url, PageTransition transition); |
+// Returns whether the given url is either a renderer-side debugging url, such |
+// as one that crashes or hangs the renderer, or a JavaScript URL that operates |
+// on the current page in the renderer. Such URLs do not represent actual |
+// navigations and can be loaded in any SiteInstance. |
+bool IsRendererDebugURL(const GURL& url); |
+ |
} // namespace content |
#endif // CONTENT_BROWSER_FRAME_HOST_DEBUG_URLS_H_ |