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

Unified Diff: content/browser/frame_host/frame_tree.h

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.h
diff --git a/content/browser/frame_host/frame_tree.h b/content/browser/frame_host/frame_tree.h
index 7993316e1ccc18f9024bd5e5811ca81b5444498d..6e55af1567b0685f0fc5a09df24e1ec9054696ba 100644
--- a/content/browser/frame_host/frame_tree.h
+++ b/content/browser/frame_host/frame_tree.h
@@ -186,7 +186,7 @@ class CONTENT_EXPORT FrameTree {
void FrameRemoved(FrameTreeNode* frame);
// Updates the overall load progress and notifies the WebContents.
- void UpdateLoadProgress();
+ void UpdateLoadProgress(FrameTreeNode* frame);
// Returns this FrameTree's total load progress.
double load_progress() { return load_progress_; }

Powered by Google App Engine
This is Rietveld 408576698