Index: content/browser/frame_host/navigation_entry_impl.h |
diff --git a/content/browser/frame_host/navigation_entry_impl.h b/content/browser/frame_host/navigation_entry_impl.h |
index 8fadcb3cc5eeb678bf85b9c58f5c2f223970c6f4..c69c978e0f416b60dab1fb6b7e9d9d307f56f8e9 100644 |
--- a/content/browser/frame_host/navigation_entry_impl.h |
+++ b/content/browser/frame_host/navigation_entry_impl.h |
@@ -225,6 +225,9 @@ class CONTENT_EXPORT NavigationEntryImpl |
frame_tree_node_id_ = frame_tree_node_id; |
} |
+ // Returns the history URL for a data URL to use in Blink. |
+ GURL GetHistoryURLForDataURL() const; |
+ |
#if defined(OS_ANDROID) |
base::TimeTicks intent_received_timestamp() const { |
return intent_received_timestamp_; |