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

Unified Diff: content/browser/frame_host/frame_tree_node.cc

Issue 1860743002: Add a flag to change when android's progress bar completes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add flag to include same origin iframes Created 4 years, 7 months 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
Index: content/browser/frame_host/frame_tree_node.cc
diff --git a/content/browser/frame_host/frame_tree_node.cc b/content/browser/frame_host/frame_tree_node.cc
index f6f62a54a942f6f7c9f854c49bee0f3f6bab421d..54784c88e792f26a58a5e5fe683c727c2092cab7 100644
--- a/content/browser/frame_host/frame_tree_node.cc
+++ b/content/browser/frame_host/frame_tree_node.cc
@@ -441,7 +441,7 @@ void FrameTreeNode::DidStopLoading() {
void FrameTreeNode::DidChangeLoadProgress(double load_progress) {
loading_progress_ = load_progress;
- frame_tree_->UpdateLoadProgress();
+ frame_tree_->UpdateLoadProgress(this);
}
bool FrameTreeNode::StopLoading() {

Powered by Google App Engine
This is Rietveld 408576698