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

Unified Diff: content/browser/download/save_package.cc

Issue 1513293002: kFrameTreeNodeInvalidID -> kFrameTreeNodeInvalidId (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix RFHM Created 5 years 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
« no previous file with comments | « no previous file | content/browser/frame_host/frame_tree_node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/save_package.cc
diff --git a/content/browser/download/save_package.cc b/content/browser/download/save_package.cc
index ae742bcbd5cf6c2f8649658fdf760a0298424319..c87425ab284722fdb1ef9c773b40013229b99e26 100644
--- a/content/browser/download/save_package.cc
+++ b/content/browser/download/save_package.cc
@@ -1102,7 +1102,7 @@ void SavePackage::GetSavableResourceLinks() {
FrameTreeNode* main_frame_tree_node =
static_cast<RenderFrameHostImpl*>(web_contents()->GetMainFrame())
->frame_tree_node();
- EnqueueFrame(FrameTreeNode::kFrameTreeNodeInvalidID, // No container.
+ EnqueueFrame(FrameTreeNode::kFrameTreeNodeInvalidId, // No container.
main_frame_tree_node->frame_tree_node_id(),
main_frame_tree_node->current_url());
}
« no previous file with comments | « no previous file | content/browser/frame_host/frame_tree_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698